-
Hello, I'm in a situation where I have the following log:
And I want to in sert a new head after
How can i create (or detach) |
Beta Was this translation helpful? Give feedback.
Answered by
scott2000
Apr 25, 2025
Replies: 1 comment 1 reply
-
If I'm understanding correctly, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cenviity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I'm understanding correctly,
jj new m
should work I think? Or if you want to move the already-created commit, you could dojj rebase -r x -d m
.