Mac to Git · 1 year ago[Julia Evans] Orphan Commitsimagemessage-square4fedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1image[Julia Evans] Orphan CommitsMac to Git · 1 year agomessage-square4fedilinkfile-text
minus-squareUFOlinkfedilinkarrow-up2·1 year agoWho hasn’t frantically scrolled back in their terminal to find an orphan id.
minus-squarezygo_histo_morpheuslinkfedilinkarrow-up3·1 year 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