I worked on master branch, and after the project was finished I created a branch X for the specific project. Now I have changed a lot in the master branch and want to move those changes to branch X as well.
I don't want to merge because merge would mean that changes in X would also be present after the merge right?
I want master and X to be exactly the same