Maven (famous) to Programmer [email protected] • edit-22 months agoMicrosoft Please Fixlemmy.zipimagemessage-square340fedilinkarrow-up1898arrow-down122file-text
arrow-up1876arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous) to Programmer [email protected] • edit-22 months agomessage-square340fedilinkfile-text
minus-square@GreenAppleTreelink5•2 months ago‘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-square@fumlink3•2 months agogit 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.