this post was submitted on 13 Dec 2023
155 points (90.6% liked)

Programmer Humor

32472 readers
992 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 11 months ago* (last edited 11 months ago) (2 children)

I'm pretty sure the same operation without Git (or another VCS) would be infinitely more troublesome, not less.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

Of course you're right, especially if you work in a professional team environment. I use git wherever I can. It's just the stereotypical meme of a hobbyist who prefers version control with weird filenames by hand.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago)

The panel on the first position should be moved to the 5th position. Then it would make more sense to the joke.

[–] [email protected] 2 points 11 months ago

I work with a team of three developers, and on several projects, we have a single git working tree on the dev server for some backend PHP stuff. we have never had problem because we have good communication.

Certainly version control is required in case we have to go back in time!