Skip to content

Instantly share code, notes, and snippets.

@robertlyall
Created April 9, 2014 16:02
Show Gist options
  • Save robertlyall/10286545 to your computer and use it in GitHub Desktop.
Save robertlyall/10286545 to your computer and use it in GitHub Desktop.
Stop the merge messages appearing in Git.
git config branch.autosetuprebase always
git config branch.v5.rebase true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment