英文:
How to show the current branch only on status bar?
问题
你需要设置哪些选项才能只看到我正在工作的当前分支?目前我看到的是这样的:
我不想看到 "[multiple]" ... 只想看到我正在工作的当前分支。这个可以关闭吗?
谢谢!
英文:
What settings do I need to set to see only the current branch I am working on? Currently I am seeing this:
I do not want to see "[multiple]" ... just the current branch I am working on. Can this be turned off?
Thanks!
答案1
得分: 1
存储库选择按钮显示“2个存储库”,意味着您正在打开一个解决方案,其中加载了来自多个存储库的项目。
“[多个]”按钮表示这些存储库已经检出了不同的分支。
我不知道您是否可以禁用此行为。如果它只显示一个存储库和一个分支,那将是哪一个?
英文:
The repository selection button shows "2 Repositories", meaning you have a solution open in which projects from multiple repositories are loaded.
The "[multiple]" button indicates that those repositories have different branches checked out.
I don't know if you can disable this behavior. If it would show one repository and one branch, which would that be?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论