Git GUI like Bzr Explorer but for Git?
Asked Answered
D

2

9

What GUI's are there for GIT that are like Bazaar Explorer?

Preferably for Linux.

screenshot
(source: ubuntugeek.com)

Would be great to include or link to screenshots in the answers.

If you could do each app as one answer, they could be individually voted on.

Deathly answered 15/5, 2011 at 15:22 Comment(6)
Have you tried looking other questions here about GUIs for git? For example, this one asks specifically about Linux clients - one of the answers there also links to the canonical list of git user interfaces. If there are specific things about the Bazaar Explorer interface that you're looking for, it might help to list those in your question.Fungoid
Yes I have looked, from what I see, the best matches were: SmartGIT, TortoiseSVN (recent GIT support), and EGit. SmartGIT seems most similar but is proprietary.Deathly
Basically Bazaar Explorer is great at hand holding most steps of the process, no syntax needs learning so developers can just use it.Deathly
I ask because I want to know what others think who are aware of the richness of Bazaar Explorer.Deathly
I have to admit, even though I like git, Canonical came up with a pretty awesome interface for bzr that's going to be hard to match.Olympus
Another possibly duplicate question: #2142111Enscroll
I
5

Install bzr-git plugin for bzr and then simply use Bazaar Explorer to work with your git repositories.

Its answered 17/5, 2011 at 13:20 Comment(3)
Thanks for pointing this out! I wondered if it was possible.. So you don't think I'd need Push support?Deathly
@Luke Stanley: Yes, that's a problem. I think you should be able to use bzr dpush instead to push to your master git repository from local one. It's could be invoked from "All commands" dialog, or you can customize toolbar. So, yes, native Git GUI will be much better.Its
ok thanks, I will have to get around to trying it out and will update the answer when I know more.Deathly
L
0

My preference is qgit. https://github.com/tibirna/qgit

The 2.9 version works on very old systems like OS X 10.6.8.

Liquefacient answered 24/5, 2023 at 17:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.