如何将一个已有的仓库推送到一个空的新仓库中

答:有一下两个步骤:

1.替换.git/config中的仓库url

2.强制推送

git push -f

原文地址:https://www.cnblogs.com/dakewei/p/10255457.html