1.git 仓库新建远程分支以后,pycharm 本地没有办法查看到对应的分支,需要切换到本地代码的git所在的目录执行下
(venv) D:\workspace\autotestfintech\fintech\TestCases>git remote update origin --prune Fetching origin RSA host key for IP address ‘172.2.3.250‘ not in list of known hosts. From ssh://code.bkjk.com/ip/autotestfintech * [new branch] test -> origin/test
2.Pycharm 右下角的位置选择“Git”,然后选择Remote Branches 你要切换到的分支即可
3.选择对应分支Checkout即可,
此时我们就在Pycharm 完成了分支的切换工作了
原文:https://www.cnblogs.com/mengyu/p/11938465.html