U
U
Username2017-08-28 14:40:08
git
Username, 2017-08-28 14:40:08

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:

  1. git add -u
  2. git commit -am ""
  3. git flow feature start name
  4. git flow feature finish name
  5. 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 question

Ask a Question

731 491 924 answers to any question