Create a branch in Git from another branch
If you like the method in the link you’ve posted, have a look at Git Flow. It’s a set of scripts he created for that workflow. But to answer your question: Creates MyFeature branch off dev. Do your work and then Now merge your changes to dev without a fast-forward Now push changes to the server … Read more