Skip to content

Instantly share code, notes, and snippets.

@tonymtz
Created April 4, 2015 23:07
Show Gist options
  • Save tonymtz/c3b5533a91b09c0d548f to your computer and use it in GitHub Desktop.
Save tonymtz/c3b5533a91b09c0d548f to your computer and use it in GitHub Desktop.
Git Configuration
git config --global user.name {USERID}
git config --global user.email {[email protected]}
git config --global branch.autosetuprebase always
git config --global push.default tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment