Skip to content

Instantly share code, notes, and snippets.

@zgohr
Created January 22, 2014 14:34
Show Gist options
  • Save zgohr/8559691 to your computer and use it in GitHub Desktop.
Save zgohr/8559691 to your computer and use it in GitHub Desktop.
instruct git so that any pull uses rebase instead than merge
git config --global branch.autosetuprebase always
git config --global pull.rebase preserve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment