git 本地分支关联远程分支

git branch --set-upstream-to=origin/remote_branch  your_branch
原文地址:https://www.cnblogs.com/lpp-11-15/p/12445575.html