Replies: 3 comments 8 replies
-
I would see if you get the same issue using the git CLI or a separate git gui. I suspect the changes in the commit are already present in the destination branch. If that's the case, we should really have a popup afterwards that says (who would've thought: those changes were already present!) |
Beta Was this translation helpful? Give feedback.
-
Worked from CLI
|
Beta Was this translation helpful? Give feedback.
-
Ok, just tried on a public repo and get exactly the same result. Worth mentioning I'm using Lazygit from inside Neovim (not sure why that would matter??) If you grab this repo: https://github.com/benfrain/rwd4/ and open with Lazygit, you can go into the I get exactly the same outcome as described in the initial post. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a commit in branch 'b' that I want to have in branch 'a'.
With 'b' checked out in local branches, I move to the Commits panel and select the commit I want with c and it goes green around the sha
Then I checkout 'a' and move to the Commits panel. I press v and get the message "Are you sure you want to cherry-pick the copied commits onto this branch?". I confirm with y and that message goes, but nothing changes on the file system, and nothing changes in the Commits list of branch 'a'.
First time using cherry-pick. I was expecting to see the commit from branch 'b' now appear in the commit list of branch 'a', along with the file changes that commit introduced.
??
Beta Was this translation helpful? Give feedback.
All reactions