Как вытащить из определенной ветви в git
git pull origin <branch>
Alert Aardvark
git pull origin <branch>
git clone -b <branch> <remote_repo>