Skip to content

Commit

Permalink
added default branch prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee authored May 26, 2019
1 parent 40fc2df commit 0f448b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions git-flow-init
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ file= use given config file
DEFINE_boolean 'global' false 'use global config file'
DEFINE_boolean 'system' false 'use system config file'
DEFINE_string 'file' "" 'use given config file'
DEFINE_string 'feature' "" 'feature branches' p
DEFINE_string 'bugfix' "" 'bugfix branches' b
DEFINE_string 'release' "" 'release branches' r
DEFINE_string 'hotfix' "" 'hotfix branches' x
DEFINE_string 'support' "" 'support branches' s
DEFINE_string 'feature' "feature/" 'feature branches' p
DEFINE_string 'bugfix' "bugfix/" 'bugfix branches' b
DEFINE_string 'release' "release/" 'release branches' r
DEFINE_string 'hotfix' "hotfix/" 'hotfix branches' x
DEFINE_string 'support' "support/" 'support branches' s
DEFINE_string 'tag' "" 'version tag prefix' t

# Override defaults with values from config
Expand Down

0 comments on commit 0f448b1

Please sign in to comment.