Git clone Feather and use edge branch

Posted by Peter
on Jul 22, 08
git clone git://github.com/mleung/feather.git

git branch -a
List all local and remote branches

git checkout -b edge origin/edge
Creates a new local 'edge' branch from the cloned 'edge' branch
This also sets up things so that pull and merge work correctly
You are on Feather edge

git checkout master
Returns to master branch
Comments

Leave a response

Comment