Answer the question
In order to leave comments, you need to log in
Is it possible to create a branch with local changes from develop?
Good afternoon, I forgot to create a branch, so I worked in develop and all the changes are in it.
Is it possible to create a branch with local development changes, so that when the topic branch ends, the commit tree does not show what I worked in development, but what I worked in the branch and merged it into develop?
My decision:
git add -u
git commit -am ""
git flow feature start name
git flow feature finish name
git push
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question