Idea gitflow使用中常见问题及解决方法

1、Fatal: There is an existing hotfix branch 'hwy_m0412'. Finish that one first. 产生原因:gitflow工作空间里只能同时存在一个hotfix分支。 解决方法:先把本地分支切换到任意一个分支上,然后在本地删除掉冲突的分支,就可以创建了。如果需要修改删除的那个hotfix分支,只需要checkout出来就行了。 2、Br
相关文章
相关标签/搜索