Skip to content
Arturs Jansons edited this page Jul 26, 2018 · 4 revisions

Usage

git config [key] [value]

Availlable keys

  • 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: develop.
  • 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.
  • gitflow.feature.start.fetch Always fetch from origin before certain operations. Default: false