根据我的本地develop分支和远程develop分支进行重定位显然有一些不同。以下是一些细节:git pull --rebase origin developgit rebase -i origin developgit rebase -i develop
前者向我的编辑器提供了来自git rebase
所以我试着重新定位。我正在处理的当前分支: crtdevgit checkout crtdev// used diff mergetool to solve merge我检查了回购程序,没有任何更改,当我说git status时,我看到合并的文件与filename.html.orig一起出现
--编辑--当我运行git rebase --continue时,我收到以下消息:没有正在进行中的重基
If no other git process is currently running, this probably means aprocess is running and remove the file manually to continue.致命:无法创建‘X:/source/project/..git/index.lock’:文件存在。问题是X:&