this post was submitted on 13 Dec 2023
491 points (94.2% liked)

Programmer Humor

19222 readers
96 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] calcopiritus@lemmy.world 9 points 9 months ago (1 children)

GitHub desktop is the first thing I recommend whenever someone ducks up their local repo by using eclipse's git integration.

It's so easy even an eclipse user can solve their issue by clicking a simple "sync" button. They don't need to even know how git works.

[โ€“] curiousaur@reddthat.com 2 points 9 months ago

That's literally the problem being talked about. You need to know how git works to avoid these kinds of problems.