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.
Fork.dev on Windows and Mac
git logvsgit log --graph --all --remotes --decorategit fetchvsgit fetch --prune --allgit stage -pvs nothing (git cli still doesn’t have a good way to specify lines correctly, only hunks that can’t be split properly)Fork.dev is just what you get when the defaults are set up correctly by default, with more powerful control over staging, and with automatic branch/stash backups whenever your doing risky actions.
The only thing it doesn’t have built in support for is
git log -Sfor when you’re searching for a specific file or commit and don’t know the file or commit, but know a substring in the commit itself. But it doesn’t matter since you can add that as a custom command into fork.dev