Answers for "pull from github to local"

0

pull from github to local

# if repo already exists in local
git checkout develop
git pull origin develop

# To pull new repo from remote
git init
git pull repo-link
Posted by: Guest on April-01-2021

Code answers related to "pull from github to local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language