这是顺序
此时我对分支没有任何编辑
- 我
git pull --rebase
在一个跟踪到远程分支的分支中做了一个 - 发生冲突
- 我做了
git reset --hard
- 然后
git rebase --abort
现在它说我的分支领先于 X 次提交
我又试了git reset --hard
一次,然后再次git fetch
git git fetch origin
checkout 分支都无济于事
我该如何解决这个问题?
这是顺序
此时我对分支没有任何编辑
git pull --rebase
在一个跟踪到远程分支的分支中做了一个git reset --hard
git rebase --abort
现在它说我的分支领先于 X 次提交
我又试了git reset --hard
一次,然后再次git fetch
git git fetch origin
checkout 分支都无济于事
我该如何解决这个问题?