Explore >> Select a destination


You are here

gist.github.com
| | andrew.yurisich.com
1.7 parsecs away

Travel
| |
| | betterdev.blog
1.1 parsecs away

Travel
| | Git allows us to define aliases, which are our own commands we can use. Here I will show Git aliases that I use in everyday work. With explanation.
| | blog.danskingdom.com
1.5 parsecs away

Travel
| | Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.
| | brianreiter.org
9.7 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...