Git: clone single branch

git clone -b mybranch --single-branch http://repo.com/repo.git

Sean Feldman