-
Notifications
You must be signed in to change notification settings - Fork 141
gcb coming up blank #428
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
Comments
Hey @neil-sriv, we'll need a bit of information to narrow down the issue. Have you configured anything in git branch --color=always --all | LC_ALL=C sort -k1.1,1.1 -rs |
@sandr01d thanks for the reply! branch opts
command output
edit: also adding a note that this is consistent in both the default terminal app (macOS) and ghostty |
Overwriting Line 847 in aec8b1f
This will result in remote branches being excluded. What you probably actually want instead is export FORGIT_CHECKOUT_BRANCH_BRANCH_GIT_OPTS="--all --sort=-comitterdate" This might not be the whole solution yet, because you should actually still be able to see local branches. I'm not entirely sure what the issue is yet, but let's give this a try and let me know how it goes. We'll see where to go from there. |
Check list
Problem / Steps to reproduce
hey there, I'm having trouble with
gcb
on a new macbook set-up. Every other command seems to work butgcb
always shows a blank screen even whengit branch
andgit switch
have valid options.Any tips on debugging these kinds of things?
The text was updated successfully, but these errors were encountered: