Skip to content

Instantly share code, notes, and snippets.

@automaticalldramatic
Created June 4, 2015 13:22
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 automaticalldramatic/5d83f8dc8d7c6d3ff675 to your computer and use it in GitHub Desktop.
Save automaticalldramatic/5d83f8dc8d7c6d3ff675 to your computer and use it in GitHub Desktop.
Git Flow Values for RE-Quikr
gitflow.branch.master The name of the branch treated as master. Default: master.
gitflow.branch.develop The name of the branch treated as develop. Default: dev.
gitflow.prefix.feature The prefix for feature branches. Default: feature/.
gitflow.prefix.release The prefix for release branches. Default: release/.
gitflow.prefix.hotfix The prefix for hotfix branches. Default: hotfix/.
gitflow.prefix.support The prefix for support branches. Default: support/.
gitflow.prefix.versiontag The prefix for version tags. Default: empty.
gitflow.origin The name of the remote treated as origin. Default: origin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment