text 撤消-后混帐底垫,或合并

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 撤消-后混帐底垫,或合并相关的知识,希望对你有一定的参考价值。

# Undo after `git rebase`

```shell

git reset --hard ORIG_HEAD

```


# Undo after `git merge`

```shell

git reset --merge ORIG_HEAD

```

## Note: You can use `git reflog` and @ syntax also (google for more detail)

E.g. Reset to the 2 HEAD moves ago

```shell

git reflog

# The reflog will show here

```

Then you can use:

```shell

git reset --hard HEAD@{2}

```

以上是关于text 撤消-后混帐底垫,或合并的主要内容,如果未能解决你的问题,请参考以下文章

撤消 git pull,如何将 repos 恢复到旧状态

撤消 Git 分支提交和合并

text 混帐

text 混帐

text 混帐

text 混帐