返回 git 中之前未提交的状态
我有很多文件。 他们是改变。 我确实在 git 中提交了。 然后我越来越多地更改文件。 但现在我不做承诺。 然后我将 git Reset 硬重置到上一个(最后一个)提交。
如何返回文件夹的最后未提交状态? (例如 git 硬重置前 10 秒)
I have a lot of files.
They are change.
I'm do commit in git.
Then I change files more and more.
But now i'm not do the commit.
Then i'm do git reset hard to previous(last) commit.
How can i return into the last uncommitted state of my folder?
(For example 10 seconds before the git reset hard)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 `git' 联机帮助页 中,它指出
如果您或您的编辑没有进行备份,那么您的文件就好像消失了一样。
In the `git' manpage it states that
If you or your editor didn't make backups it seems as if your files are gone.