38
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jun 2023
38 points (100.0% liked)
Programming
13361 readers
2 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
Magit with emacs (doom emacs to be fully honest). More a TUI, but definitely fully keyboard driven :)
Magit on Spacemacs for me. Absolutely brilliant tool. https://magit.vc/
Yeah this is THE best interface for git. Worth getting into Emacs just to use it id say.
Same here. I don't even use emacs for development anymore (I use IntelliJ since all my work is on the JVM and Typescript) but I still have an emacs running in the background for magit and org-mode. Magit is insanely effective for performing complex rebasing and cherry-picking tasks.