Answer the question
In order to leave comments, you need to log in
How to make branch in git "backdating"?
Hello. I have brunch. I needed to take a new [branch] away from it and pour changes into it.
But I woke up and forgot to make brunch. But already done merge. And even resolved 100,500 conflicts.
Is it possible to somehow make the results of the merge get into the new branch at the time of the push, and not into the old one?
I really don't want to do merge from the very beginning.
Answer the question
In order to leave comments, you need to log in
If everyone did this in the trunk, then you can try to do this:
your local trunk will go to the newfeature branch on the remote server.
Then locally you can try to return the trunk to the original, or even delete it and make a clone from scratch if the project is small.
did merge. And even resolved 100,500 conflicts. I really don't want to do merge from the very beginning.
[rerere]
enabled=true
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question