I've been retired from emacs for several years now but I'm still looking for a magit replacement that is independent of my editor. Vscode's magit extension is really good but i split my time between IntelliJ and vscode.
Anyone know of something like this?
I've never found a decent magit replacement since leaving emacs over to vim. There is a Vim attempt at a magit clone, but it is buggy as hell.
Lazygit is the closest thing I've seen; it's what I use on remote hosts when TRAMP-ing into Magit would be too painful.
If you are on Linux/Gnome, try out Stage:
I was a loyal magit user for a decade. Now I use jujutsu from the command line. It's actually really nice.
>i split my time between IntelliJ and vscode
The IntelliJ git client is my favorite by far, I am curious what do you not like about it?
When I still used Git, I used to have a minimized `magit-init.el` that essentially did:
And a small wrapper (`~/.local/bin/magit`): It worked well for me because I can reuse all my keybindings (evil + leader keys with `general`) and my workflow is fully in the terminal. (I have since moved on to Jujutsu, and `jjui` is filling this gap for me right now, but it's not quite a magit-for-jj).