Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-228 天前Microsoft Please Fixlemmy.zipimagemessage-square338fedilinkarrow-up1892arrow-down123file-text
arrow-up1869arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-228 天前message-square338fedilinkfile-text
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up4·28 天前Just curious, git doesn’t touch untracked files though?
minus-squareGreenAppleTree@lemmy.worldlinkfedilinkarrow-up5·28 天前‘git reset’ won’t. ‘git clean’, on the other hand, most certainly does. Even then you have to --force it by default, to prevent an accidental clean.
minus-squarefum@lemmy.worldlinkfedilinkarrow-up3·28 天前git clean does. Turns out VSCode did a clean with that GUI option at that time, not sure of current behaviour.
Just curious, git doesn’t touch untracked files though?
‘git reset’ won’t. ‘git clean’, on the other hand, most certainly does. Even then you have to --force it by default, to prevent an accidental clean.
Thanks, didn’t know!
git clean
does. Turns out VSCode did a clean with that GUI option at that time, not sure of current behaviour.