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-squareUFO@programming.devlinkfedilinkarrow-up2·10 months agoWho hasn’t frantically scrolled back in their terminal to find an orphan id.
minus-squarezygo_histo_morpheus@programming.devlinkfedilinkarrow-up3·10 months agoYou should check out git reflog if you don’t know about it already. It allows you to view the history of commit changes which is very handy if you want to undo an --amend or rebase for example
Who hasn’t frantically scrolled back in their terminal to find an orphan id.
You should check out
git reflog
if you don’t know about it already. It allows you to view the history of commit changes which is very handy if you want to undo an --amend or rebase for example