Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 year agoMicrosoft Please Fixlemmy.zipimagemessage-square335linkfedilinkarrow-up1896arrow-down124file-text
arrow-up1872arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 year agomessage-square335linkfedilinkfile-text
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up4·1 year agoJust curious, git doesn’t touch untracked files though?
minus-squareGreenAppleTree@lemmy.worldlinkfedilinkarrow-up5·1 year 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-squarefum@lemmy.worldlinkfedilinkarrow-up3·1 year 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 cleandoes. Turns out VSCode did a clean with that GUI option at that time, not sure of current behaviour.