What gui do y'all use? I'm quite proficient with git on the command line, but some tasks seem overly tedious, so I was looking at some other options, but haven't found anything that'd impress me yet.
magit is probably the best interface to git; although it's emacs only. -- e.g. With magit, stuff like `git commit --fixup <commit>` is very straightforward to do.
Outside of emacs, lazygit is worth checking out if you're constantly on the command line.
Outside of emacs, lazygit is worth checking out if you're constantly on the command line.