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:
- The working tree on the right isn't displayed at all.
- Files added or modified, pending to be committed, are shown but their differences can't be seen.
- Commits can't be applied ( because no difference are seen )
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:
- Should I have to configure something else for Bzr Explorer to work properly ?
- Is there a similar GUI for Git ? I know this may be a duplicate question, but the original question has many years and perhaps a new GUI for Git is available.