Mac@programming.dev to Git@programming.dev · 1 year ago[Julia Evans] Orphan Commitsprogramming.devimagemessage-square4fedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1image[Julia Evans] Orphan Commitsprogramming.devMac@programming.dev to Git@programming.dev · 1 year agomessage-square4fedilinkfile-text
minus-squarerobinm@programming.devlinkfedilinkarrow-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.