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