Created
February 19, 2016 09:16
-
-
Save manuelselbach/1143e604c588ea879547 to your computer and use it in GitHub Desktop.
Git DRY merge
This file contains hidden or 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 merge --no-commit --no-ff <branch-name> | |
# To abort merge | |
git merge --abort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment