Comment 1 by metagoto, Jan 29, 2011
Go to the Photon directory then fetch the "develop" branch: $ git fetch origin develop:develop Switch to the develop branch: $ git checkout develop
Comment 3 by Mehdi Kabab, Feb 2, 2011
You can also use the following command for clone the repository: git clone git://projects.ceondo.com:photon.git -b develop
Status:
Fixed
Comment 4 by Mehdi Kabab, Feb 2, 2011
If you use git-flow[^1]:
$ cd projects/
$ git clone git://projects.ceondo.com:photon.git -b develop
$ cd photon
$ git branch -a
* develop
remotes/origin/develop
$ git checkout -b master
$ git flow init
[^1]: http://github.com/nvie/gitflow
Sign in to reply to this comment.
Reported by Michael B, Jan 29, 2011