Created
November 15, 2016 12:36
-
-
Save danrcoull/3d29fe6c33642f1db89b8c895d75dfd6 to your computer and use it in GitHub Desktop.
replace merge with the name of the branch you wish to replace master with.
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 checkout merge | |
git merge -s ours master | |
git checkout master | |
git merge merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment