How to create a patch from the current branch (you need to transfer commits) and apply it in a new one?
- Need to transfer current changes or past? - Alexey
- I changed the data on the branch to the master, and it was necessary to the developer. Now I want to transfer the changes by creating a branch to the developer. - Vladimir Marakhovskii pm
- And before that, two branches differed from each other? - Raz Galstyan
- I had a master branch when I made a clone of the project, then I created my own, made changes, but it turned out I had to do the same branch only with developer, now I need to create the same branch for development and upload the changes. - Vladimir Marakhovskii
- What do you mean by developer? In essence, this is how a new branch is called, but in your context, this is not so, it seems. - Alexey
|