I'd love to see more development in the Git GUI space; a GUI really enabled git adoption and comprehension on my team. SourceTree has been my go-to for over a year now and it generally gets the job done, but it can be flakey at times (on Windows) and it seems like Atlassian has taken a hiatus from active development. I hope Atlassian takes up the reins again - this tool is pretty essential for me and I'd be happy to…
GitHub Desktop is now available
81–90 of 248 posts
Re: GitHub Desktop is now available
#82Its a shame that a Linux version is not included. A significant volume of developers work on Linux. If doing a multi platform application, why exclude it?
My thoughts exactly. How different from OS X can it be?
Re: GitHub Desktop is now available
#83I tried GitHub for Windows but found it a bit dumbed down. Switched over to Atlasian's Source Tree and never looked back.
Re: GitHub Desktop is now available
#84I tried GitHub for Windows but found it a bit dumbed down. Switched over to Atlasian's Source Tree and never looked back.
I had some problems with it keeping changes synced with the file system, though (on Mac OS). E.g., I'd change something in my editor and SourceTree wouldn't pick it up until I reopened the repository in SourceTree.
I also prefer a single window like GitHub's app, but that is a minor annoyance. The non-syncing made SourceTree unusable after a while, and I went back to GitHub for Mac.
I wish Atlassian would put out an update, because I'd prefer to switch back.
Re: GitHub Desktop is now available
#85Re: GitHub Desktop is now available
#86I tried GitHub for Windows but found it a bit dumbed down. Switched over to Atlasian's Source Tree and never looked back.
I use SourceTree full-time but am keeping an eye on GitUp[1]. The UI is not quite there yet IMO, but it's insanely fast and I love the focus on keyboard shortcuts. [1] http://gitup.co/
Re: GitHub Desktop is now available
#87Earlier quoted context omitted.
Github lives on companies and individuals that pay for private repositories hosted on Github's proprietary (read: not open source) software-as-a-service hosted infrastructure. While git itself is open source, almost nothing else that Github does is open.
I consider these kinds of companies 2nd Generation Open Source companies ... whereas the first generation of open source companies had an open source product and made their money off maintenance, the 2nd gen often have a bunch of components that are developed open source, but sell a closed source glue/package of all those components. Companies like CoreOS, Mesosphere, all fall under this umbrella, where you could tec…
Re: GitHub Desktop is now available
#88For Mac or Windows.... it is just insulting that GitHub continues to Treat linux has a second class citizen when with out Linux Git would not be a project...
Re: GitHub Desktop is now available
#89Earlier quoted context omitted.
The biggest difference is that they'd have to write a new Qt or GTK+ UI.
What's the UI written in now? Doesn't Qt work for all three platforms?
In short, using Qt would mean making concessions on UI quality.
Re: GitHub Desktop is now available
#90So does anyone know what they used to build the 'unified' app UI? If I remember rightly they used WPF on Windows in earlier versions. Is the UI now abstracted using a third-party framework/inhouse framework?