Git command line helpers
# list all config git config --list # Change username git config --global user.name "USERNAME HERE" # Change Email git config --global user.email [your email address here]