Git Your Act Together
Git Setup
.gitconfig
file; view file using $ cat ~/.gitconfig
Global settings stored in a system /.git/config
in your project folder
Single repo settings stored in View current configurations in the terminal window
$ git config --list
$ git config <level> --list