Created
April 4, 2015 23:07
-
-
Save tonymtz/c3b5533a91b09c0d548f to your computer and use it in GitHub Desktop.
Git Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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