Branches are not displayed in the branches dropdown menu
See original GitHub issueDescription
As the title says, the branches dropdown menu doesn’t display anything but the current branch, a filter text box and a new button. There’s no way to switch branches.
Version
GitHub Desktop version: [1.0.5]
OS version: [macOS 10.12.6]
Steps to Reproduce
- Have multiple branches.
- Tap on the branches dropdown menu.
Expected behavior: [Dropdown menu displays all the branches like the previous version.]
Actual behavior: [No branches are displayed.]
Reproduces how often: [100% of the time]
Issue Analytics
- State:
- Created 6 years ago
- Reactions:15
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Branches are not displayed in the branches dropdown menu
When in a repo the branches dropdown menu displays a logo of GitHub. I cannot switch from master to a different branch using...
Read more >Git window does not display remote branches in branch ...
The new Git window does not display the Remotes tab to view those in the branch dropdown the way that the New Branch...
Read more >Git branch is not displaying all branches - Stack Overflow
I tried to solve the issue by cloning the branch inside a new folder (typed git clone -b ) and now only the...
Read more >Protected branches drop down does not show all users - GitLab
The drop down for users to select for able to merge only shows the first page of users from the user list in...
Read more >Branch drop down menu in repository tab of build plan doesn't ...
I am trying to select a branch as the default branch of a GitHub repository I want to include in a build plan....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We just released 1.0.6 which should fix this. Sorry for the hassle everyone!
Confirming the issue is reproducible in the sample repo provided (http://git.blender.org/cycles.git). No relevant logs found.
Temporary Workaround: just type the name of the branch you want to switch to in the branch filter and click
Enter
, and the branch will switch.