Git

This is how I use Git: aliases, workflows, and tips.

Aliases

I prefer to use git in my terminal — this way I can see the output of the commands I run, and thanks to the following aliases, it is blazingly fast. ...