Skip to content

Instantly share code, notes, and snippets.

@PhilippBaranovskiy
Last active August 29, 2015 14:23
Show Gist options
  • Save PhilippBaranovskiy/2431f07fcf98c86ff7b2 to your computer and use it in GitHub Desktop.
Save PhilippBaranovskiy/2431f07fcf98c86ff7b2 to your computer and use it in GitHub Desktop.
default settings
// 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