git同时推送gitee和github
2020-03-18 本文已影响0人
Lanjerry
背景:
我有两个仓库:
1.https://gitee.com/lanjerry/lanjerry-framework
2.https://github.com/lanjerry/lanjerry-framework
更新代码的时候,想同时推送,不想一个一个来推送,太麻烦了
步骤:
1.先用remote命令查看现有的仓库
git remote -v
image.png
2.先用remote命令添加另一个的仓库
git remote set-url --add origin https://github.com/lanjerry/lanjerry-framework.git