text 重置GIT

Posted

tags:

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

reset soft
---------
Retrocede a un commit ,y borra commit superiores .. Pero no altera el codigo

git reset --soft ide_commit


reset hard
----------
Retrocede a un commit ,y borra commit superiores , borra todos los cambios en codigo

git reset --hard ide_commit

以上是关于text 重置GIT的主要内容,如果未能解决你的问题,请参考以下文章

text git add后重置更改。

text git将master分支重置为最新

Git重置(撤消、丢弃)文件变更

Git Book 中文版 - Git的撤消操作 - 重置, 签出 和 撤消

接收失败:连接已重置 git

如何撤消“git重置”?