After 7 years of using git, I realized I was never going to remember its commands. Instead, I came up with a set that I find much more suited for humans.
Read also my related blog post: namingthings.tech/git-sane
Clone this repository to wherever you like:
cd ~
git clone https://github.com/endreymarcell/git-sane
Then include it in your git config:
$ git config --global include.path ~/git-sane/alias.gitconfig
Enjoy!