Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 year agoMicrosoft Please Fixlemmy.zipimagemessage-square333linkfedilinkarrow-up1898arrow-down123file-text
arrow-up1875arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 year agomessage-square333linkfedilinkfile-text
minus-squarePyro@programming.devlinkfedilinkarrow-up5·1 year 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 year 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 cleanand deleted his untracked files too. Someone actually opened a an issue to try and prevent the behaviour in the future