this post was submitted on 13 Dec 2023
489 points (94.2% liked)

Programmer Humor

19197 readers
978 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 9 months ago (3 children)

I wish! The best Linux git gui I have found is SmartGit. I like it, but it's just a little goofy and not free. Fork is better for its ability to very easily stage and/or stash a subset of the current changeset.

Anyone got any suggestions? I tried git-cola and gitkraken. The former I found obtuse and limited, and the latter is not free in addition to somehow making git harder with a pretty gui.

[–] [email protected] 3 points 9 months ago (1 children)

Gitkraken is free as long as the repository is public, which seems like an alright compromise to me. The only problem I had with it was that it was electron. What did it make harder for you?

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

I just really detest the UI. And I have private repos I have to work with as well.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

The best ones I have found for Linux are SmartGit and Sublime Merge, but neither are free in any sense. Sublime Merge is slightly cheaper. SmartGit offers a free "hobby license" but it limits which kinds of repos you can work with.

Gitkraken looks like it might be good but I haven't used it.