512
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.
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.
It's not like you lose access to the cli when you use a gui. I personally use both
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.