ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square121fedilinkarrow-up1834arrow-down129file-text
arrow-up1805arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square121fedilinkfile-text
minus-squareMichal@programming.devlinkfedilinkarrow-up2·1 day agoEven if you rebase you can still recover the original commits until they are garbage collected. You are generally safe as long as the .git directory isn’t deleted, in which case your whole history is gone anyway.
Even if you rebase you can still recover the original commits until they are garbage collected. You are generally safe as long as the
.git
directory isn’t deleted, in which case your whole history is gone anyway.