490
GitHub Desktop or Git CLI?
(programming.dev)
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.
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.
That's literally the problem being talked about. You need to know how git works to avoid these kinds of problems.