Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@drRoss @ctfw yes, GitKraken is very pretty but also very sluggish on large repositories.
-
@Volbrite I think it lacks some basics, like auto stash and pop unstaged changes while pulling, see modified files, auto-fetch remote repository
-
@cftw strange. I haven't had that problem. Could it be that your git config has a global override?
-
@oskaremil just follow these simple steps:
1) Create a repo in github.
2) Code a git GUI in your favourite language. Don't forget to make it pretty and not sluggish.
3) Push it and call it alpha, or beta, whatever.
4) Pray for other users to test it and open issues for the bugs they find. Do yourself the same btw. Hopefully some devs will help you out figuring out the fixes and making pull requests.
5) Fix all bugs.
6) Deploy the first stable version.
Enjoy a swift and great looking workflow! -
@Data-Bound nah. 1.6 was the last good version. SourceTree went downhill since then, though it seems like the new versions are getting better now. The deal-breaker with SourceTree is that you cannot filter/ignore a selection of branches.
-
Grumpy28878yI tried GitKraken and it looks great, but has a few bugs that need fixing. Most of all, the history is dumbed down smart-phone-style, by replacing dates with that infantile, non informative "3 months ago" nonsense. Show a proper date and time, for Pete's sake...
Some devs love the command line, but I prefer to do one operation and then have visual feedback about what happened. Probably has something to do with whether you're visually or verbally wired inside the brain. -
I've used Tower Git for years -- it's great. Also, I usually have GitUp open next to it... just because I like its visualizations.
-
Volbrite108y@oskaremil there are many GUI Git client's, and all of them have their pros and cons... So... Maybe we're gonna make Git GUI which combine all pros from all of them? :D such a small devRant community project?
-
@Volbrite well, I already have the repo, I decided to use it as an experiment for a x-platform client in Python. Using Kivy as GUI framework.
-
@oskaremil, now it is step 2! Anyways, I'll just stick with SmartGit myself. Along some terminal workarounds now and then, does the job for me!
-
@paulera SmartGit is my current favorite too. Only things I wish improved is a prettier graph (a separate alignment for graph and commit messages) and the occasional bug where the last month's commits are ignored, not displayed.
Related Rants
How hard is it to make a git GUI that is 1) pretty 2) not sluggish 3) bug-free?
undefined
git