Reputation: 57
I have been using Bazaar as version control system since many years and I am evaluating a migration to Git.
The issue that keeps me off has nothing to do with git itself but with its GUI: Bzr Explorer has many features that lack in Git GUI counterparts.
I've read that Bzr Explorer can be used on a Git repository by simply installing the package bzr-git.
After installing that package (on Linux Ubuntu 18.04), Bzr Explorer can explore Git repositories, but with following limitations:
In a few words, it is only possible to see the repository history, but no action on the working tree is allowed ( diff, add, commit )
My questions are the following:
Upvotes: 1
Views: 80
Reputation: 1326666
GitGui (I mean the latest 2.27) should be close to Bzr Explorer
But in case it is not, try gitahead (GitHub project), which is quite complete as well.
GitKraken remains the best, but... the free version might not be feature complete enough for you.
Upvotes: 1