Replies: 3 comments
-
Does it show up if you search I believe if you have a local branch (e.g. |
Beta Was this translation helpful? Give feedback.
-
Huh, yes it does indeed show me a local the thing is that I wanted to explicitly check out the remote branch, since my local branch is horribly out of date. I only ever use it to create new branches. |
Beta Was this translation helpful? Give feedback.
-
I believe I understand your intent: "switch branches to the current tip of origin/dev as the local branch dev" but there are some issues.
So basically we are attempting to show you remote branches which are available, but which you have not yet been checked out. And Zed does this by prefixing it with the remote name (e.g. In order to implement you're request, we would have to show both I'm not how we would implement a design which communicates the subtle difference between these two and there are some complications. If I don't think this is something we could easily implement today without a bunch of design work. Thanks for filing! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The branch selector in the git pane does not show some remote branches
Description
The git side pane's branch selector is not showing me all branches. So far I have only been able to reproduce this with remote branches, but that might very well be because I rarely need to switch to local ones.
I have performed a
git fetch
first and can indeed see the branch in question in other IDE's git integration (vs code, jet brains, ...). What makes this especially annoying is that one of the branches in question is my company's main dev branch (origin/dev
).Steps to reproduce:
origin/dev
)Expected Behavior:
The git branch selector shows all branches after a git fetch
Actual Behavior:
only some branches are shown, e.g. while
origin/main
(our stable branche) is availableorigin/dev
(our dev branch) is not displayed.Zed Version and System Specs
Zed: v0.203.5 (Zed)
OS: macOS 15.6.1
Memory: 24 GiB
Architecture: aarch64
Beta Was this translation helpful? Give feedback.
All reactions