I'm using a git repo using the git-flow branching model. I have pushed it to a central repository. How can a new developer joining the project clone it?
Cloning the repository only gives the master
branch. How can the new developer get the develop
branch, as well as some feature branches of his choice?