git rebase 成功之后如何撤销
Posted Firm陈
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git rebase 成功之后如何撤销相关的知识,希望对你有一定的参考价值。
git rebase 过程中可以使用git --abort/–continue来进行操作,成功之后如何撤销呢?
首先执行git reflog查看本地记录
可知本次rebase之前的id 为:
02a3260 HEAD@9: commit: adjust ds5 ir data save file formate
所以执行
git reset --hard 02a3260
即可
以上是关于git rebase 成功之后如何撤销的主要内容,如果未能解决你的问题,请参考以下文章