git 疑难杂症- 奇怪问题

 

我早就认识到了git的复杂性了, 岂止是 svn 的n倍,简直是 n次幂倍。

 

今天的问题是,竟然无法 git rebase, 看一下 status :

git 疑难杂症- 奇怪问题

 

 

使用它提示的命令: git rebase --continue 也不行啊。。

git 疑难杂症- 奇怪问题

 

 

后面发现

 

删除 之前新增的 untracked 的文件即可。

 

上一篇:git pull报错:Pulling without specifying how to reconcile divergent branches is discouraged.


下一篇:classpath属性的作用