Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git pull mirroring

$ git fetch --prune
$ git push --prune git@example.com:/new-location.git +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #git #pull #mirroring
ADD COMMENT
Topic
Name
2+8 =