Nice, well done done on the UI, I have a few issues though. 1. I shouldn't need to sign up with your service, this also makes me distrust the product. 2. There is no Gitlab login option. 3. It looks to be written in Javascript and thus uses a lot of resources: http://imgur.com/a/uEH4U So it's not /really/ a desktop app, it looks like it's just a chrome wrapper for some javascript?
GitKraken: git GUI Client for Windows Mac and Linux
91–100 of 180 posts
Re: GitKraken: git GUI Client for Windows Mac and Linux
#92Earlier quoted context omitted.
I don't think this is a dealbreaker for 99% of people. I currently use Tower ( https://www.git-tower.com/ ), a closed-source Mac Git client that costs $70. It's beautiful, it speeds up my work day to day, and it's been worth every cent. Open source is great and I spend my days building an open-source mail client, but I have no problem paying for great tools.
I hate to be that guy, but you're paying $70 for that? What does that offer over, say SourceTree, Atlassian's free offering. From a quick glance, they look pretty similar to me.
Re: GitKraken: git GUI Client for Windows Mac and Linux
#93Earlier quoted context omitted.
I don't think this is a dealbreaker for 99% of people. I currently use Tower ( https://www.git-tower.com/ ), a closed-source Mac Git client that costs $70. It's beautiful, it speeds up my work day to day, and it's been worth every cent. Open source is great and I spend my days building an open-source mail client, but I have no problem paying for great tools.
As a long time git command line user, I've played with different GUI clients, but I don't see where it would speed me up (and in fact, they seem to just slow me down). What about it helps you in your day to day coding? Do you interact with git exclusively through a GUI, or do you use some mix of command line and GUI?
Re: GitKraken: git GUI Client for Windows Mac and Linux
#94Lots of negativity here. I use SourceTree normally and although I'm a command-line comfortable vim/tmux/fugitive/etc kind-of-guy I've decided I like GUIs for GIT. GitKraken is worth watching IMO. So far I've liked using it (I started trying it at 0.5 and just came back to it now with this 0.8 announcement). I don't care that it's an Electron app. It seems snappy enough for me. Isn't Slack on Electron? I have that run…
Re: GitKraken: git GUI Client for Windows Mac and Linux
#95Re: GitKraken: git GUI Client for Windows Mac and Linux
#96PSA: Writing desktop apps in node.js and bundling a portable instance of Chromium to view them is not a sane thing to do.
Re: GitKraken: git GUI Client for Windows Mac and Linux
#97The applicatino asks you to register with my email address for further "communications related to GitKraken or Axosoft". There is no way to skip this step, you have to provide an email address ––and pay attention to "OR"... No thanks, buddy. First thing I tried is dropping a git repo folder to the window, didn't work. When I click the open button I can see the Javascript animation glitching on my 'Early 2015 i5 2.7 G…
If you're on OS X I recommend gitup. Very fast and clean. Although if I remember correctly, it does ask for an email address.
It hasn't asked me for email (the only email it has is for `user.email` git config)
Re: GitKraken: git GUI Client for Windows Mac and Linux
#98The applicatino asks you to register with my email address for further "communications related to GitKraken or Axosoft". There is no way to skip this step, you have to provide an email address ––and pay attention to "OR"... No thanks, buddy. First thing I tried is dropping a git repo folder to the window, didn't work. When I click the open button I can see the Javascript animation glitching on my 'Early 2015 i5 2.7 G…
If you're on OS X I recommend gitup. Very fast and clean. Although if I remember correctly, it does ask for an email address.
Re: GitKraken: git GUI Client for Windows Mac and Linux
#99Earlier quoted context omitted.
To be honest, html-based scroll lists are usually much faster than native one. Reason: Very obsolete UI framework for Mac.
This is totally backwards. HTML has no good elements for long lists at all, leading to janky techniques like "infinite scroll." But NSTableView was designed from the start with very long lists in mind. Try opening a large repo and scrolling a list of commits in GitKraken. You'll see large blank areas that get filled in after a few seconds. Now try it in, say, GitUp, which uses NSTableView: it is perfectly smooth.
Re: GitKraken: git GUI Client for Windows Mac and Linux
#100Serious question, never used a git GUI in my life, is there a practical point to it ? I just can't see myself doing it without zsh, my nested .dotfiles, fasd and so on. And worst case scenario, I can always git them back.
Disclaimer: I made GitUp for that very reason ;)