Instructions on how to cherry pick a commit from another branch to current branch #907
Answered
by
CKolkey
searleser97
asked this question in
Q&A
-
Can someone help me to understand what is the workflow to cherry pick a commit from another branch to current branch ? How do I get the list of commits from any branch ? I couldn't understand it |
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
Oct 27, 2023
Replies: 1 comment 2 replies
-
Hey! Sure thing.
Hitting Let me know if you have any other questions :) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
searleser97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Sure thing.
:Neogit
), open the Log Popup (l
by default)o
forLog other
. This will bring up a list of branches.A
to bring up the cherry pick popup, and choose eitherPick
orApply
.:h neogit_cherry_pick_popup
for details on thatV
) to select multiple commits.Hitting
<cr>
(enter) will open the commit view for a specific commit - the cherry pick popup works from there too.Let me know if you have any…