I'd wager there was a big meeting at Github recently where someone said "Well, we won't be shipping for linux" and someone else was like, "Wait.. what?"
Yes, I've never found a Git client that doesn't result in a second-class experience. For anything common, a CLI is almost always quicker and more consistent. For everything else, I'd much rather quickly search a man page or Stack Overflow for a command than search through likely verbose help documentation for a GUI app.
> For anything common, a CLI is almost always quicker and more consistent.
I'm also a command line fan, but when it comes to git there are 2 areas where a GUI is nice:
- After slashing through dozens of files, it's nice to have a nice GUI that gives you a list of all changed files, and manually select the lines you want to stage. I use git-cola (https://git-cola.github.io/) or git extensions (https://gitextensions.github.io/, although there's no screenshot of this exact functionality) depending on the platform I'm on
- When I need to explore a repo's history, I like having some interactivity: filtering branches/tags, quickly searching for a commit or its ancestor, search where a commit is included... the git cli is absolutely not the right tool for that.
I could get used to tig (https://blogs.atlassian.com/2013/05/git-tig/) because it fits the bill for both cases, I just haven taken the time. Sometimes a mouse may be the best tool.
Visual diff is very useful to me. I use Meld which works really well for now. But I would love to see a terminal based side-by-side diff view. Does tig have that?
I'm assuming they're getting rid of all that native code for Windows and Mac and building something new on top of Electron. If so, why there is no Linux distro?!
Yeah building on top of Electron makes sense. As far as Linux goes I'd give it some time. If it's anything like Atom it'll be opened sourced so Linux support can be added (if anything specific even needs to be done). Their primary customers use Windows and Mac OS X so it makes sense to me to target those first.
Is this to serve as an alternative to Source Tree? I always felt, the old Github apps, were kinda behind Source Tree, feature wise and seemed kinda lackluster.
Just signed up. My git functionality is at a level of "can do all of the basic jank easily but need to Google everything else", which I'm super comfortable with, in all honesty.
The only thing I really want out of a GUI is a visual diff/comparison tool before pushes. Does anyone have any recommendations for something along these lines?
Source Tree (https://www.sourcetreeapp.com/) is great. Good visual layout of your diffs at any given point with the ability to stage/discard/unstage specific lines from within the program.
For me, Source Tree is very unusable and doesn't make any sense. Maybe I'm approaching it wrong?
It feels like there wasn't much thought about user stories and ux: every git operation was given a button or menu item. Sort of the MS Word phenomenon. Their screenshot on its home page is overwhelming, just like the design of their apps: a hundred items all vying for your attention.
In contrast, GitHub's app for Mac is immediately useful: it makes the 80/20 of git work easy.
While you're waiting for access to the Desktop preview, check out the current GitHub for Mac (https://mac.github.com/) and GitHub for Windows (https://windows.github.com/). I use GHfM everyday in tandem with CLI, and the basic visual diffing is great.
GitHub for Mac is awesome; I depend on it for my work along with gitsh for certain tasks.
But when installing it on a fresh machine the other day, I couldn't find a link to it from the GitHub site (as a longged in user). I needed to go back out to Google to get the URL. Made me wonder if it's going to be dropped or unsupported.
Nobody knows except the devs; it's not out yet, beta invites will start to be sent out within the next couple of weeks.
Actually I'm sure it's little more than a 'Github 2.0' client for now, a concept, with the details to be fleshed out after user feedback (hence the beta).
Hopefully this client will be less toyish and geared towards more advanced users. The existing client really feels like a one button solution to everything.
It's also $120 for a commercial license that only includes 1 year worth of upgrades. Anything with the "updates for a year" instead of "updates until the next major release" is off-putting to me.
lol... I think they're forgetting something.