|
|
|
|
|
by mattbrewsbytes
3283 days ago
|
|
I like using a lot of aliases and chaining them together if I can and it makes sense. The most common one I use all the time is one that changes the command prompt to show what git branch I'm on when in that directory. Just google it if you'd like. If you repeat some command a lot or a chain of commands and it takes a lot of tedious typing, then script it. |
|