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:

