Originally posted on Medium.
I use git
a ton in work and my personal life, and have come up with a couple of aliases that have made using it so much more pleasant and fast. First, I’ve renamed git
to g
. You have no idea how much typing that’s saved me (I also don’t know).
alias g="git"
Aliases
git
allows you to alias commands. In the spirit of renaming commands to one character, here are my favorite aliases: