Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created January 28, 2014 17:34
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbogard/8672263 to your computer and use it in GitHub Desktop.
Save jbogard/8672263 to your computer and use it in GitHub Desktop.
Auto rebase all the things
git config --global push.default tracking
git config --global branch.autosetuprebase always
git config --local branch.master.rebase true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment