Hacker News new | ask | show | jobs
by natedub 5049 days ago
Recovering seemingly lost commits is really important skill to have when working with git. However, it is infinitely easier with the git reflog command.
1 comments

I have updated the article to show both the git reflog and using the HEAD file.