Answers for "git mirror repository"

0

git mirror repository

cd myrepo
git fetch origin
git push --mirror <remote_repo_git_url>
Posted by: Guest on October-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language