Skip to content

Cloning into a specific branch

jfoo edited this page Nov 17, 2011 · 3 revisions

Check out a specific branch (instead of master) To only clone a specific branch remember to add the --branch flag to git clone. For example: get only the webpage:

git clone --branch=gh-pages [email protected]:CSEMike/OneSwarm.git oneswarm-www