Answer the question
In order to leave comments, you need to log in
Bring the current state of the branch to the current state in the master branch?
Dear friends, this is my dilemma, which appeared due to laziness, of course =)
The essence of the problem is the new branch, but it needs to make changes that were made in master and they are very important and their 20 commits (albeit with not more which changes in each). But the problem is that there are a lot of differences between the master and new, and with rebase there are a lot of conflicts that are associated with renaming objects, replacing one component with another, and so on.
So if there is a way to use Git to tear out changes between revisions of master and make them into new? git format-patch
+ git am
pour a bunch of errors and are not applied.
Maybe apply some kind of rebase approach, not just straight git rebase master
from the new branch, but some kind of stage-by-stage?
I'm looking for advice and suggestions...
Answer the question
In order to leave comments, you need to log in
As a last resort, you can merge a specific commit:git merge h4shc0d3
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question