Skip to content

Instantly share code, notes, and snippets.

@zeuxisoo
Created April 15, 2011 05:06
Show Gist options
  • Save zeuxisoo/921173 to your computer and use it in GitHub Desktop.
Save zeuxisoo/921173 to your computer and use it in GitHub Desktop.
How do I make git merge's default be --no-ff --no-commit?
git config --global user.name "Your Name"
git config --global core.mergeoptions "--no-ff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment