Git Cheat Sheet
July 20, 2018•51 words
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