Maven (famous) to Programmer [email protected] • edit-25 months agoMicrosoft Please Fixlemmy.zipimagemessage-square344fedilinkarrow-up1891
arrow-up1891imageMicrosoft Please Fixlemmy.zipMaven (famous) to Programmer [email protected] • edit-25 months agomessage-square344fedilink
minus-square@[email protected]linkfedilink3•5 months agoJust curious, git doesn’t touch untracked files though?
minus-square@[email protected]linkfedilink5•5 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@[email protected]linkfedilink3•5 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.