Как вытащить определенную ветку от GitHub
git clone -b <branch> <remote_repo>
Brave Beetle
git clone -b <branch> <remote_repo>