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