Mac to Git · 1 year ago[Julia Evans] Orphan Commitsimagemessage-square4fedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1image[Julia Evans] Orphan CommitsMac to Git · 1 year agomessage-square4fedilinkfile-text
minus-squarerobinmlinkfedilinkarrow-up5·1 year agoThat’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.
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.