首页 > 解决方案 > 队友没有看到“结帐”而是“结帐为”

问题描述

我为我的队友建立了一个新项目,似乎只有我可以在不使用终端的情况下进行正确的结账。

但是我的其他队友必须去终端写git checkout feature/login例如。他们不断获得选择checkout as并从中创建一个新分支。

我怎样才能为他们解决这个问题?

查看

这就是我所拥有的,但他们Checkout as不断得到。
是因为我创建了那些分支吗?

标签: gitintellij-idea

解决方案


Your menu comes from the recent IntelliJ IDEA 2019.3.1

https://intellij-support.jetbrains.com/hc/user_images/sw6lo2uXdimD8for2Q8wxg.png

Check first if your colleague have an older version, where it was easy to right-click a origin branch and check out local branch which is automatically tracked to its origin pair.

See issue IDEA-197078 for the checkout as option.


推荐阅读