Maven (famous)@lemmy.zip to Programmer Humor · edit-21 month agoMicrosoft Please Fixlemmy.zipimagemessage-square372fedilinkarrow-up1952arrow-down123file-text
arrow-up1929arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor · edit-21 month agomessage-square372fedilinkfile-text
minus-squarecocobean@bookwormstory.sociallinkfedilinkEnglisharrow-up45·1 month agoAlso, why not send them to the recycle bin? I never really thought about it before, but that does seem a reasonable UX improvement for this case
minus-squaremurtaza64linkfedilinkarrow-up4·1 month agoI wonder if there’s already a git extension to automatically stash the working tree on every clean/reset/checkout operation…
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up4arrow-down1·1 month agoBecause “the underlying Git nukes them right away, so why shouldn’t we perma-delete the files, too?” Anything else’d be effort…
minus-squareNatelinkfedilinkEnglisharrow-up9·1 month agoHonestly it probably just runs the underlying git command
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up3·1 month agoSorta, but sorta no. It was actually addressed in https://github.com/microsoft/vscode/issues/32459 – the GUI implied a different git command than what actually got executed!
Also, why not send them to the recycle bin? I never really thought about it before, but that does seem a reasonable UX improvement for this case
I wonder if there’s already a git extension to automatically stash the working tree on every clean/reset/checkout operation…
Because “the underlying Git nukes them right away, so why shouldn’t we perma-delete the files, too?”
Anything else’d be effort…
Honestly it probably just runs the underlying git command
Sorta, but sorta no.
It was actually addressed in https://github.com/microsoft/vscode/issues/32459 – the GUI implied a different git command than what actually got executed!