Skip to content

Instantly share code, notes, and snippets.

@mapsi
Created May 28, 2014 09:20
Show Gist options
  • Save mapsi/44d2f5d6ccecd5943856 to your computer and use it in GitHub Desktop.
Save mapsi/44d2f5d6ccecd5943856 to your computer and use it in GitHub Desktop.
git configuration
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