简体   繁体   中英

How to show all remote branches in GitExtensions?

When I run git remote -v on my repository, two remotes are shown: hub (me) and origin .

My problem is relatively simple: I want GitExtensions to display branches from both remotes in the diagram in the center of the screen. As of right now, it's only showing branches from origin .

My git repository is in precisely the state I want it to be in. In other words, git branch -r is showing all branches for both myself and origin. The issue is that GitExtensions isn't showing branches from hub in its colored diagram in the center of the screen that shows how branches and commits interact.

If this is relevant, in the View tab at the top of the screen, I have selected "Show all branches" and "Show remote branches".

How can I achieve this?

git branch -a

这将向您显示所有分支,

Right click on "Branches" in the left branch menu and click on "Expand all". This will show all remotes in the GUI.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM