Romualdo Caruso
Romualdo Caruso

Reputation: 57

Bzr Explorer used for Git repositories

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:

  1. The working tree on the right isn't displayed at all.
  2. Files added or modified, pending to be committed, are shown but their differences can't be seen.
  3. 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:

  1. Should I have to configure something else for Bzr Explorer to work properly ?
  2. 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.

Upvotes: 1

Views: 80

Answers (1)

VonC
VonC

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

Related Questions