Last active
August 29, 2015 14:23
-
-
Save PhilippBaranovskiy/2431f07fcf98c86ff7b2 to your computer and use it in GitHub Desktop.
default settings
This file contains hidden or 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
// don't use merge and rebase pull behavior at the same time on the same project | |
git config --global pull.rebase true | |
// since git 2.0 version this is default behavior | |
git config --global push.default simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment