Skip to content

Instantly share code, notes, and snippets.

@vividvilla
Created March 19, 2015 12:59
Show Gist options
  • Save vividvilla/7ca4c4065bd6bb4bd871 to your computer and use it in GitHub Desktop.
Save vividvilla/7ca4c4065bd6bb4bd871 to your computer and use it in GitHub Desktop.
Git flow config
[gitflow "branch"]
master = production
develop = develop
[gitflow "prefix"]
feature = feature-
release = release-
hotfix = hotfix-
support = support-
versiontag = v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment