this post was submitted on 20 Nov 2024
865 points (97.5% liked)

Programmer Humor

19623 readers
7 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

founded 1 year ago
MODERATORS
865
submitted 2 days ago* (last edited 2 days ago) by Maven to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 71 points 2 days ago (9 children)

I'm not great at English, but "discard all changes" shouldn't ever mean "Delete".

[–] [email protected] 30 points 2 days ago (4 children)

In the context of version control it does. Discarding a change that creates a file means deleting the file.

[–] [email protected] 3 points 2 days ago (1 children)

Ok fair enough, but I'm under the impression these files existed before the source control was implemented.

I guess it's all up to how the program handles existing files.

[–] [email protected] 4 points 2 days ago

I guess the newly created git repository was empty, and all the files that was present in the folder represented "changes"

load more comments (2 replies)
load more comments (6 replies)