Do you use some GUI, TUI, terminal commands, plugins for other software?
Ideally, I want to find a cross-platform GUI app, preferably a FOSS one, and with as less overhead as possible, e.g. no Electron.
Do you use some GUI, TUI, terminal commands, plugins for other software?
Ideally, I want to find a cross-platform GUI app, preferably a FOSS one, and with as less overhead as possible, e.g. no Electron.
I’ve been using TortoiseGit since the beginning, but it’s Windows-only.
In TortoiseGit, the Log view is my single entry point to all regular and semi-regular operations.
Occasionally, I use native
gitCLI to manage refs (archive old tags into a different ref path, mass-remote-delete, etc).Originally, it was a switch from TortoiseSVN to TortoiseGit, and from then on, no other GUI or TUI met my needs and wants. I explored/tried out many alternative GUIs and TUIs over the years, but none felt as intuitive, gave as much overview, or capabilities. Whenever I’m in Visual Studio and use git blame, I’m reminded that it is lacking - in the blame view you can’t blame the previous versions to navigate backwards through history within a code view. I can do that in TortoiseGit.
I’ve also tried out Gitbutler and
jj, which are interesting in that they’re different. Ultimately, they couldn’t convince me for regular use when git works well enough and additional tooling can introduce new complexities and issues when you don’t make a full switch. I remember Gitbutler added refs making git use impractical. jj had a barrier to entry, to understand and follow the concepts and process, which I think I simply did not pass yet to have a more accurate assessment.I did explore TUIs also as no-install-required fallback alternatives, but in practice, I never needed them. When I do use the console, I’m familiar with native
gitto cover my needs. Remote shell: native git, locally: Nushell on top of native git for mass queries and operations.