如果需要在同一套代码中控制多个远程版本
$ git remote -v
$ git remote add 远端名 远端git地址
这样推送和拉取的之后只要在后面加上远端名和分支名就可以
$ git pull inter master
$ git push inter master