Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

initialise_gitflow.md

File metadata and controls

7 lines (4 loc) · 297 Bytes

Initialise Gitflow

You can initialise gitflow in you project with git flow init -d

Then push also your new develop branch git push --set-upstream origin develop

Once you have pushed all the two branches you can finish the configuration of Git Repository