赞
踩
git push <被推送仓库地址> <当前仓库分支>:<被推送仓库分支>
推送失败可以使用强制推送(慎用)
git push <被推送仓库地址> <当前仓库分支>:<被推送仓库分支> --force