Git 添加多个源 1、添加源 git remote add <别名> <地址> 2、更新项目 git pull <别名> <branch-name> 3、推送 git push <别名> <branch-name>