当我跑步时
git flow feature finish -S branchname
我收到以下消息
没有分支匹配前缀' branchname'
然而,当我跑
时git branch -a
branchname
列在分支列表中。可能是什么问题?
答案 0 :(得分:3)
For me the solution was find the right name of the branch. For list all features that you have, use:
git flow feature
答案 1 :(得分:1)
尝试将您的本地更新到您的来源:
$ git fetch -p origin