Skip to content

Instantly share code, notes, and snippets.

@willemvb
Created December 4, 2018 13:48
Show Gist options
  • Save willemvb/73ad51440344989ec63848e29e19abc9 to your computer and use it in GitHub Desktop.
Save willemvb/73ad51440344989ec63848e29e19abc9 to your computer and use it in GitHub Desktop.
git better rebase/merge settings
git config --global pull.rebase true
git config --global branch.develop.mergeoptions "--no-ff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment