Git常用

迁移仓库  忽略历史

git pull origin master --allow-unrelated-histories

设置新源

git remote set-url origin [NEW_URL]

原文地址:https://www.cnblogs.com/zymsdn/p/6530061.html