小编use*_*669的帖子

GIT拉冲突:怎么没有任何分支?

我检查了一个分支,我编辑并提交了一个文件.与此同时,其他人推送更改为同一个文件.

当我做一个git pull,我明白了

First, rewinding head to replay your work on top of it...
Applying: add new line
Applying: create 1 conf
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging <filename>
CONFLICT (add/add): Merge conflict in <filename>
Recorded preimage for '<filename>'
Failed to merge in the changes.
Patch failed at 0002 create 1 conf
When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this …
Run Code Online (Sandbox Code Playgroud)

git

6
推荐指数
2
解决办法
468
查看次数

标签 统计

git ×1