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

Programmer Humor

20743 readers
803 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 2 years ago
MODERATORS
867
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] Omega_Jimes 69 points 3 months ago (9 children)

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

[–] [email protected] 31 points 3 months ago (4 children)

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

[–] Omega_Jimes 2 points 3 months 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 3 months 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)