git remote add origin [地址]
git push -u origin master
git push origin master
git clone [地址:推荐使用SSH 速度快]
git pull origin master --allow-unrelated-histories
-f
Git 常用命令
原文:https://www.cnblogs.com/rogersma/p/11406709.html