this post was submitted on 13 Dec 2023
490 points (94.2% liked)
Programmer Humor
19529 readers
300 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I feel those captions are the wrong way round
There are much better git UIs out there.
Definitely, last time I used github's one it could barely do more than push and pull. I'll almost always use a (good!) UI over the git CLI though.
No matter the GUI you use, you're leaving a lot of useful functionality on the table. By their nature, you only get a small fraction of git's features. There are many useful commands I use regularly that are impossible to replicate using GUIs.
A good UI (for you personally) should do all the things you regularly do. Git is a complex and messy enough beast that when I have to use the CLI I'm going off the golden path and copy+pasting something arcane.
It's not like you lose access to the cli when you use a gui. I personally use both