Do we have help ?
Under NeogitLogView
buffer?
#595
Answered
by
CKolkey
LintaoAmons
asked this question in
Q&A
-
I found I can use shortcus like
But is there shortcut to
|
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
Jul 15, 2023
Replies: 1 comment 2 replies
-
On the log/reflog view, we've implemented On the status buffer, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LintaoAmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the log/reflog view, we've implemented
revert
andcherry pick
for the commit under the cursor, but notrebase
orreset
.On the status buffer,
rebase
,revert
,cherry pick
, andreset
should all use the commit under the cursor, if there is one.