Skip to content

Instantly share code, notes, and snippets.

@abhinavlal
Created December 8, 2011 14:55
Show Gist options
  • Save abhinavlal/1447181 to your computer and use it in GitHub Desktop.
Save abhinavlal/1447181 to your computer and use it in GitHub Desktop.
git flow settings
#old config
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag = pr_
#new config
[gitflow "prefix"]
feature = feature-
release = release-
hotfix = hotfix-
support = support-
versiontag = pr_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment