Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting a Base branch is difficult if there are MANY branches. #3736

Open
trissylegs opened this issue May 8, 2024 · 1 comment
Open
Labels
UX/UI Focusing on user satisfaction, usability, and overall experience

Comments

@trissylegs
Copy link

Unfornunately I probabably can't share a screenshot for confidentiality reasons. (I'm trying to use this on a company-wide monorepo).

But there are some 27,000 remote tracking branches. (Git can handle this fine). But I need to pick a base branch starting with g. So i have to manually scroll past 5114 branches first.

It would be nicer if you search the list for the remote. Idealy drop down lists are only used for a smaller selection. (Not 27,000 items)

git branch -r | wc -l
   27232
@PavelLaptev PavelLaptev added the UX/UI Focusing on user satisfaction, usability, and overall experience label May 8, 2024
@PavelLaptev
Copy link
Contributor

@trissylegs thank you for your feedback :-)
You're talking about this step, right?
I'm wondering how does the app load all these branches. Do you have any performance issues?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX/UI Focusing on user satisfaction, usability, and overall experience
Projects
None yet
Development

No branches or pull requests

2 participants