Skip to content

Instantly share code, notes, and snippets.

@jordonbaade
Created January 9, 2014 19:10
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 jordonbaade/8340066 to your computer and use it in GitHub Desktop.
Save jordonbaade/8340066 to your computer and use it in GitHub Desktop.
Run this in the terminal wherever Git is installed to turn off fast forwarding and maintain merged branch histories.
git config --global merge.ff false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment