Maven (famous) to Programmer Humor@programming.dev · edit-21 month agoMicrosoft Please Fiximagemessage-square345fedilinkarrow-up1893arrow-down123file-text
arrow-up1870arrow-down1imageMicrosoft Please FixMaven (famous) to Programmer Humor@programming.dev · edit-21 month agomessage-square345fedilinkfile-text
minus-squarePyro@programming.devlinkfedilinkarrow-up5·1 month 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·1 month 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