From 0f448b1f7ffa3bb1c7872df7118f3abcc0b8d6b0 Mon Sep 17 00:00:00 2001 From: "Kangwon Lee (Education)" Date: Sun, 26 May 2019 16:00:39 +0900 Subject: [PATCH] added default branch prefixes https://github.com/petervanderdoes/gitflow-avh/issues/393 --- git-flow-init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git-flow-init b/git-flow-init index f66031a4..fa45bc36 100644 --- a/git-flow-init +++ b/git-flow-init @@ -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