So, only about a decade until reaching feature parity with something like lazygit?
lazygit is seriously so good, it’s a shame so many people write it off because it’s not some beautiful Apple GUI. it’s an extremely efficient productivity tool.
I don’t write it off because its ugly, I like snappy TUI tools. I write it off cause its not easy to pick up compared to what’s already in my editor.
I don’t
- stage individual lines (which is just a keystroke in my editor)
- interactive rebase
- cherry pick
- bisect
- nuke working trees
- amend old commits
I use git a lot, and I’ve learned/done each of those tasks, but I don’t ever find myself needing them.
Don’t give up!
Bookmarking this. I have such high hopes for this! I recently went searching for my new git GUI, looking for something free, cross-platform, and simple. Basically what I found is the only one I like is GitKraken, which is not free (I have private projects, which GitKraken paywalls).
If this ends up anything like how these screenshots look, this will be my new client! Do you have a Patreon or other donation mechanism?
Isn’t there a magit-alike plugin for vscode? I have found it so frustrating working with devs who don’t use magit, because most seem to find slightly more advanced git like squash and fixup and cherry picking to be impossibly hard.
For these reasons, I always push for simple and straightforward workflows and many commits and merges. For many people git remains a mistery also after years working on it. I blame the easy-to-use guis, many people learn 2 buttons to press for a workflow, and they never care learning more
Unfortunately, GitLens is by GitKraken. Seems like they might not restrict it for private repos, though, I’ll check it out.
There is Fork. But sadly, it is not available for Linux. Git-fork.com
Fork is only “free” in that the evaluation period is indefinite. This is generous and clicking through the nag isn’t a huge deal, but I develop on both Linux and Windows and I need a client that supports both.
Ah, sorry. I didn’t see that you require it to be free. It is also not open source IIRC.
I also loved git kraken but due to the pay walls and stuff, I switched to GitAhead and found it to be similar enough and have been using it for things/projects when I find lazygit to be inadequate.
You maybe know this but GitAhead was discontinued, and the maintained fork is called Gittyup: https://github.com/Murmele/Gittyup
BTW, website “link to source code” is broken.