git 回退版本

Posted richard1015

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 回退版本相关的知识,希望对你有一定的参考价值。

回滚到指定的版本

git reset --hard e377f60e28c8b84158

强制提交

git push -f origin master

以上是关于git 回退版本的主要内容,如果未能解决你的问题,请参考以下文章

Git代码回滚-回退到指定版本

androidstudio项目如何使用git版本回退

idea中Git实现版本回退

Git 版本回退命令

Git新建分支,分支合并,版本回退详解

idea下版本回退操作