Como puxar um ramo específico do Github
git clone -b <branch> <remote_repo>
Brave Beetle
git clone -b <branch> <remote_repo>