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