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