Answers for "git pull mirroring"

0

git pull mirroring

$ git fetch --prune
$ git push --prune [email protected]:/new-location.git +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*
Posted by: Guest on April-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language