git

一、除了添加远程分支,还要关联默认的远程分支(具体作用以后再研究)

git branch --set-upstream-to origin/master

原文地址:https://www.cnblogs.com/zplogo/p/10731039.html