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-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
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