Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created September 27, 2017 14:18
Show Gist options
  • Save IchHabRecht/7e2cc0979e198f26b6d03aa9a0476ff6 to your computer and use it in GitHub Desktop.
Save IchHabRecht/7e2cc0979e198f26b6d03aa9a0476ff6 to your computer and use it in GitHub Desktop.
Set git-flow merge behaviour as intended
git config --global gitflow.hotfix.finish.nobackmerge true
git config --global gitflow.release.finish.nobackmerge true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment