Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-22 days agoMicrosoft Please Fixlemmy.zipimagemessage-square327fedilinkarrow-up1845arrow-down122file-text
arrow-up1823arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-22 days agomessage-square327fedilinkfile-text
minus-squarePyro@programming.devlinkfedilinkarrow-up5·2 days agoIt’s not that. It means discard all changes made after the last change committed to this local repository.
minus-squarefahfahfahfah@lemmy.billiam.netlinkfedilinkEnglisharrow-up10·2 days agoIn this case it seems like it also performed a git clean and deleted his untracked files too. Someone actually opened a an issue to try and prevent the behaviour in the future
It’s not that. It means discard all changes made after the last change committed to this local repository.
In this case it seems like it also performed a
git clean
and deleted his untracked files too. Someone actually opened a an issue to try and prevent the behaviour in the future