pycharm中怎么切换Git远程分支?

1,730次阅读
没有评论

pycharm中怎么切换Git远程分支?

pycharm中切换Git远程分支的方法:

1.git 仓库新建远程分支以后,pycharm 本地没有办法查看到对应的分支,

需要切换到本地代码的git所在的目录执行下"git remote update origin –prune”;

(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 你要切换到的分支即可;

pycharm中怎么切换Git远程分支?

 3.选择对应分支Checkout即可;

pycharm中怎么切换Git远程分支?

4.此时我们就在Pycharm 完成了分支的切换工作了.

更多Python知识,请关注Python视频教程!!

神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试

相关文章:

版权声明:python工具2022-12-09发表,共计477字。
新手QQ群:570568346,欢迎进群讨论 Python51学习