【发布时间】:2013-02-22 14:53:46
【问题描述】:
我想基于其他分支创建本地分支。例如我输入:
git checkout -b feature1 release1.1.3
之后我得到:
fatal: git checkout: updating paths is incompatible with switching branches.
这有什么问题?
【问题讨论】:
-
release1.1.3存在吗?看到这个问题stackoverflow.com/questions/945654/…。
标签: git git-branch