git потянуть зеркалирование

$ git fetch --prune
$ git push --prune git@example.com:/new-location.git +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*
Kind Koala