Answers for "how to pull down a branch of a repository"

0

pull down a branch locally

git fetch origin
git checkout frontend
Posted by: Guest on June-08-2021
-2

how to pull down a specific branch from github

git clone -b <branch> <remote_repo>
Posted by: Guest on September-09-2020

Code answers related to "how to pull down a branch of a repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language