VS Code could really use some work in that regard and I really do feel bad for that person, but this is also just funny as heck
this post was submitted on 20 Nov 2024
789 points (97.5% liked)
Programmer Humor
19735 readers
364 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
I agree with the "learn the CLI", but to newcomers I'll also suggest to look at the IDE/editor's output channel - if there's GUI for Git, there are also most likely logs for what's happening under the hood - even if a little noisy, it can be a good learning resource. And of course if you're learning and unsure of what's happening (with the CLI or through a GUI), do so in a non-destructive manner (by having proper backups).
If the files were already staged then git should have blobs in the git folder, so they should be recoverable.
load more comments
(6 replies)