How to copy changes from one commit to another? #8733
Answered
by
jennings
whatisaphone
asked this question in
Q&A
|
Let's say I have some changes I want to copy from |
Answered by
jennings
Jan 29, 2026
Replies: 1 comment 3 replies
|
I believe |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
jj duplicateto duplicate the commit, then squash the duplicate.