Hacker News new | ask | show | jobs
by izoow 1320 days ago
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.
4 comments

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.

Not a GUI, but a nice TUI : https://github.com/jesseduffield/lazygit

Some videos show the workflow here : https://jesseduffield.com/15-Lazygit-Features/

Heavyweight, but Android Studio (IntelliJ would probably also work).

Supports everything I'd want with a great UI except for `git bisect` and a couple of the `gh` commands.

I highly recommend Sublime Merge. It's especially good for those that know git well already.