Skip to content

Instantly share code, notes, and snippets.

@manuelselbach
Created February 19, 2016 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelselbach/1143e604c588ea879547 to your computer and use it in GitHub Desktop.
Save manuelselbach/1143e604c588ea879547 to your computer and use it in GitHub Desktop.
Git DRY merge
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