ipconf@lemmy.ml to Programmer Humor@programming.dev · 9 days agoWell well well.imagemessage-square9linkfedilinkarrow-up1187arrow-down17file-text
arrow-up1180arrow-down1imageWell well well.ipconf@lemmy.ml to Programmer Humor@programming.dev · 9 days agomessage-square9linkfedilinkfile-text
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up10·9 days agoGit repository operations are (almost?) always recoverable. git reflog is your friend. The filesystem operations are another story. Handle with care.
Git repository operations are (almost?) always recoverable.
git reflog
is your friend.The filesystem operations are another story. Handle with care.