6 ms·
Recovering seemingly lost commits is really important skill to have when working with git. However, it is infinitely easier with the git reflog command.
by natedub 14y 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.
- denniskubes 14y agoI have updated the article to show both the git reflog and using the HEAD file.