-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Feature Request
I'd like to be able to have app-specific buckets in the same GitHub repo as the app, just under a different branch with only the bucket manifest (to avoid having to download all the irrelevant stuff
But it seems that scoop bucket add NAME "https://github.com/author/repo???Branch or ... -branch X or anything else is not supported to add a bucket in a separate branch, you can only checkout the main branch of a github repo
Is your feature request related to a problem? Please describe.
You need to have a separate repo for the bucket instead of being able to have the app and its scoop installation bucket at the convenience of the same
Describe the solution you'd like
Add support for --branch X or /repo#branch to allow checking out a custom git branch
Describe alternatives you've considered
Manual installation / branch checkout