Git Cheat Sheet

Configure user information for all local repositories


$ git config --global user.name "[name]"
$ git config --global user.email "[email address]"
$ git config --global color.ui auto

Enables helpful colorization of command line output


https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf