We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I work in some repos with multiple remotes, and triggering Snacks.gitbrowse.open() always shows the picker to choose which origin to use.
Snacks.gitbrowse.open()
I only care about origin 99.9% of the time.
origin
snacks.gitbrowse.Fields.remote
nil
Getting rid of the remotes is not an option and I don't think there is a way around this in the current state?
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check the docs?
Is your feature request related to a problem? Please describe.
I work in some repos with multiple remotes, and triggering
Snacks.gitbrowse.open()
always shows the picker to choose which origin to use.I only care about
origin
99.9% of the time.Describe the solution you'd like
snacks.gitbrowse.Fields.remote
toorigin
by default and allow it to be overriddensnacks.gitbrowse.Fields.remote
tonil
by default (to maintain current behavior) and allow it to be overriddenDescribe alternatives you've considered
Getting rid of the remotes is not an option and I don't think there is a way around this in the current state?
Additional context
No response
The text was updated successfully, but these errors were encountered: