Skip to main content

One post tagged with "git-reflog"

View All Tags

· 3 min read
inhere

在使用git的过程中,常有失误的时候,有时把需要的东西给删了或者使用rebase覆盖掉了一些有用的代码。

不过没有关系,git给了我们一层安全网,让们能有机会把失去的东西给找回来。