You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
Currently it's possible to apply / reverse changes while looking at a commit using
s
(stage) andu
(unstage).This has some undesired effects though, as they leave
unstaged
andstaged
changes.Implement
a
andv
as in Magit.Disable(Magit lets you do this.)s
andu
while looking at logs/commits for now.The text was updated successfully, but these errors were encountered: