this post was submitted on 13 Dec 2023
478 points (94.1% liked)

Programmer Humor

19300 readers
1487 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
[–] LemmyIsFantastic -2 points 9 months ago (5 children)

Who the fuck codes and is such a terrible coder they are using shitty GitHub desktop?

[–] [email protected] 22 points 9 months ago

You can be a perfectly good dev and not enjoy working in the cli, especially when there are good enough alternatives

[–] calcopiritus 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.

[–] [email protected] 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.

[–] [email protected] 7 points 9 months ago (1 children)

Beginners, probably? I agree it sucks tho, bundling a whole ass browser just for some fancy semi-automated git executions

[–] [email protected] 7 points 9 months ago

ass browser

hehe.

[–] hightrix 5 points 9 months ago* (last edited 9 months ago)

Right here, brother.

I use the right tool for the job, always. If all I need is to push a branch, then I’d rather use a UI that quickly shows me the changes in a nice diff layout. If I’m doing a pull request review and want to run it locally, I select the branch, pull, and go.

That said, when there are conflicts or tricky merges, or I want to squash a bunch of commits, anything like that, I’ll use the CLI.

It’s not about being above GitHub desktop or being an enlightened CLI user. It is about using the tool that is needed.

I’ve only been writing and releasing software for 15 years, what do I know.

That said, use whatever workflow fits you best! If that’s your hands never leaving the keyboard, rock on! If you instead write code like you’re playing an FPS, enjoy! We all do this because we like it, right? 😊

[–] Feathercrown 4 points 9 months ago (1 children)
[–] [email protected] 2 points 9 months ago

Here is an alternative Piped link(s):

https://piped.video/xzpndHtdl9A?si=TNH0CnrAXrrUM3ae

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.