3 points
That’s a really good explanation. I would just add that I find easier to search for orphans with git log --graph --reflog
than using `git reflog directly, especially if it’s one of the top entries in the reflog.
1 point
Who hasn’t frantically scrolled back in their terminal to find an orphan id.