altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.75k stars 91 forks source link

apply/reverse changes with `a`/`v` #18

Open altsem opened 6 months ago

altsem commented 6 months ago

Currently it's possible to apply / reverse changes while looking at a commit using s (stage) and u (unstage). This has some undesired effects though, as they leave unstaged and staged changes.

Implement a and v as in Magit. ~Disable s and u while looking at logs/commits for now.~ (Magit lets you do this.)