How to use reset through neogit? #1207
Answered
by
CKolkey
emersonfbarros
asked this question in
Q&A
-
I open the reset popup by typing X (capital x) while the cursor is on the printscreen commit (test), I select the s (soft) option, but nothing happens. Nothing happens when typing the other options either, like m, h, etc. Am I doing something wrong or is this a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
Mar 21, 2024
Replies: 1 comment 2 replies
-
This is slightly confusing - it resets to the selected commit. So if you want to do a soft reset of that commit, you will need to reset to it's parent. I think that's what you mean, yea? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
emersonfbarros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is slightly confusing - it resets to the selected commit. So if you want to do a soft reset of that commit, you will need to reset to it's parent. I think that's what you mean, yea?