text Git重置

Posted

tags:

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

git reset <commit version> --hard --> go to the commit version and delete latest commit file

git reset <commit version> --> go to the commit version and tell what are the files that modified

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

text git add后重置更改。

text git将master分支重置为最新

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

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

接收失败:连接已重置 git

如何撤消“git重置”?