Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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 if you have one.

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