50
[Julia Evans] Orphan Commits
(programming.dev)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
That's a really good explanation. I would just add that I find easier to search for orphans with
git log --graph --reflogthan using `git reflog directly, especially if it's one of the top entries in the reflog.