How to split a branch? #1314
Answered
by
PawelLipski
zyberzebra
asked this question in
Q&A
-
Let's say I have this:The numbers are commits. Feature-Branch 1: 1---2 And I would like:Feature-Branch 1: 1---2 Thanks for help! |
Beta Was this translation helpful? Give feedback.
Answered by
PawelLipski
Aug 27, 2024
Replies: 1 comment
-
Hey, I think you could just edit
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zyberzebra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I think you could just edit
.git/machete
(withgit machete edit
orgit machete add
) and reset the branches to point to the right commits... so something like: