i'm trying to use git-flow in my repository but when i initialize the git-flow with sourcetree the program make some weird because when i click on GitFlow button in the top, the sourcetree is taken the current branch as a feature don't matter if i have select master or develop anycurrent branch is taken as feature and ask my if i want to finish, i don't do any more that clone my repo and initialize then init git flow with default config all with sourcetree
i don't know why have this behavior
my config file:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = git@bitbucket.org:Goders/frontend.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature =
bugfix =
release =
hotfix =
support =
versiontag =
[gitflow "path"]
hooks = C:/Users/oamor/WebstormProjects/frontend/.git/hooks
Community moderators have prevented the ability to post new answers.
Hello! Looks like the git-flow config isn't setup properly. Modify your config file under the "[gitflow "prefix"]" part to look like this:
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
ę¬ä»¶ćē§ćåćē¶ę³ć«ćŖć£ć¦ćć¾ćć
SourceTree 㯠Version 3.2.6.3544
å čµ Git 㯠2.21.0 ć§ćć
"[gitflow "prefix"]ā ćäæ®ę£ććć°čÆćć®ćÆćććć¾ććććŖććć®ćććŖē¶ę³ć«ćŖćć®ććę ¹ę¬ēć«äæ®ę£ćć¦ććć ćććć§ćć
äøčØć®ē»åćć覧ćć ćććgit-flow-init ćć”ć¤ć«ć§ę£åøøåä½ććååććććć£ććć®ćØęÆč¼ćććć®ć§ćć
å·¦å“ć® -2017 ć«ćŖć£ć¦ććę¹ćę£åøøåä½ćććć®ć§ćå³å“ć®ćć®ćåęåćć¦ć[gitflow "prefix"]ć®å¤ćåć¾ććŖććć®ć§ćć
ććććåčć«ćć¤ć³ć¹ćć¼ć«ē“å¾ććę£åøøć«ä½æēØć§ćććć®ććęä¾ććć ććć°å¹øćć§ćć
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.