Cherry-pick selected commit to current branch like Merge selected branch to current one #3957
mestihudson
started this conversation in
Ideas
Replies: 2 comments
-
I'm not sure I quite understood your request, but have you tried the current cherry-pick feature? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use this feature, @mark2185. In this scenario, you enter into a specific branch (diff the current), navigate across the commits, and you can press some shortcut key, to cherry-pick that commit into current branch. Make sense? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to cherry-pick directy from a selected commit hash?
Example, sometimes, I am working in a task, did some commits, but the other mates keep to merge into main branch.
Then a create a new branch, and listing the old working branch, I start to press ":" > git cherry-pick hash1, etc, etc...
It would be great if a could select that hash from old working branch, and, press, whatever,
"C", to cherry-pick that hash, how we can do it, now, about another branch, in relation to the current branch with "M".
Beta Was this translation helpful? Give feedback.
All reactions