https://blog.csdn.net/qq_59076775/article/details/124687659
git本地分支与远程分支关联与解除关联
https://blog.51cto.com/u_15076228/4280900
git branch -u origin/dev_tierong.jiang dev_tierong.jiang
这个是你在非tierong分支 可以指定本地哪个分支与哪个分支关联起来
在当前分支下直接这样写
git branch -u origin/dev_tierong.jiang