Good Git Replacement?

I got replacements for most of my apps; but there's one I'm still looking at the options. Quite surprisingly: GIT.

Got a list of clients here

GitKraken works great; but for private repo, it's $5/month. What about free options?

gitg comes with Garuda; but there's no way to shift+select ranges of files, so going through 100 edited files is going to take a LONG time! Bad interface. Plus the default colors on black theme make the diff viewer unusable.

Tried ungit; not sure whether it's best to get it through npm or AUR. It opens up a web browser. I don't like the interface, and it doesn't allow shift-selecting a range of files either to send a commit. Uninstalled it.

Git Cola... looks fine until I submit a commit, then it complains "can't find package Tk"

SmartGit... not sure what the free version allows. I need to use a BitBucket private repo.

After spending a while on this, I'd like to have your opinion. What will be a good replacement? On Windows I was using....... Turtoise Git straight from Explorer.

I did use git Cola in the past. Strange that it won't work for you. It was a decent git ui.

TBH today I mainly use github desktop. I like the ui and it has all the functionality I need. It works fine for non github repositories, too. :grinning:

1 Like

There are not "Git replacements", what you are looking is for a Git front-end but all of them uses git in its backend. I, personally, use the Pro version of GitKraken which works perfectly, if you have already tried those alternatives I would recommend you to take a look to Apps/Gitg - GNOME Wiki!.

3 Likes
sudo pacman -S tk
2 Likes

It didn't include these:


Paid:

3 Likes

Have you tried Github-desktop-bin? It is beginner friendly and is official desktop application from Github itself.

Also, many IDE come with git support by default. It is most convenient if you're a developer and use ide already.

2 Likes

Gitkraken used to be one of the most feature rich and polished ones out there. However, some IDEs offer great git support these days (e.g. IntelliJ), so if you're planning to use a sophisticated IDE it migh be overkill to use a stand alone git client alongside it.

1 Like

git gui works. It's not pretty, but it's free.

1 Like

Actually you're right; JetBrains Rider has excellent Git integration. I just have to use the integrated tools.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.