Created
May 28, 2014 09:20
-
-
Save mapsi/44d2f5d6ccecd5943856 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 push.default simple | |
git config --global branch.autosetuprebase always | |
git config --global pull.rebase true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment