Hacker News new | ask | show | jobs
by bytelayer 3503 days ago
What's wrong with GitHub Desktop? Just enter your commit message and click "Sync". Much easier than using the command line.
2 comments

I recommend GitHub Desktop to most of my coworkers that come to me with git problems. It's nice in that it also installs a command line version of git that I use with Powershell. In that sense it is useful because they can grow into power users should the need arise.
We don't use GitHub and looking at https://desktop.github.com/ it's not a Git client, but a GitHub client.
Ah ok, I'll let my Eclipse Git coworkers know about this. Shame there isn't a Linux version or I could give it a go myself to see how it compares. I assume it does branching well.