Created
April 9, 2014 16:02
-
-
Save robertlyall/10286545 to your computer and use it in GitHub Desktop.
Stop the merge messages appearing in Git.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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