Beer!
Post
Remote status
Context
5i kinda wish i could replicate doomemacs/vim keybinds in vscode, or integrate sonarqube stuff into emacs
t. tried to use IDE git frontends and hated every single one.
@phnt keybinds and context sensitivity. For instance while I'm on version branch (i.e. v2.11.x) i can l-o (log -> other branch) and it will show me list of commits in other branch (i.e. something that was just merged into develop). Using cursor i can select specific commit and A-A (Apply -> [A]Pick). Showing git status is just global hotkey SPC-g-g and it shows pretty much everything i could ever wanted with interactivty.
One of the BEST features however is being able to stage/unstage code regions, i.e. if I have unrelated changes in same file, i.e. renaming variable and changing logic I can just stage rename parts, commit that and commit logic change separately.
Also when doing interactive rebase, changing what to do with each commit is just one keypress, no need to replace pick with fixup, it's just one press of f key