Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-23 个月前Microsoft Please Fixlemmy.zipexternal-linkmessage-square310fedilinkarrow-up1858arrow-down121file-text
arrow-up1837arrow-down1external-linkMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-23 个月前message-square310fedilinkfile-text
minus-squarePyro@programming.devlinkfedilinkarrow-up5·3 个月前It’s not that. It means discard all changes made after the last change committed to this local repository.
minus-squarefahfahfahfah@lemmy.billiam.netlinkfedilinkEnglisharrow-up8·3 个月前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
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