You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Case: we want to be able to have a single dotfiles repo, and allow people to create branches to try things out.
We are using Coder as a private GItHub App, and therefore it doesn't have access to clone private repos. Since it's a private GitHub app, user's can't install it on their own user. Since it's a GitHub app, it can't clone private repo's, and we don't want all of our dotfiles repo public to the internet. We also don't want user's creating a repo per user / team, as that would be thousands of junk repo's in our org. This leaves us with: what about using branches on top of an existing repo?
Use Case: we want to be able to have a single dotfiles repo, and allow people to create branches to try things out.
We are using Coder as a private GItHub App, and therefore it doesn't have access to clone private repos. Since it's a private GitHub app, user's can't install it on their own user. Since it's a GitHub app, it can't clone private repo's, and we don't want all of our dotfiles repo public to the internet. We also don't want user's creating a repo per user / team, as that would be thousands of junk repo's in our org. This leaves us with: what about using branches on top of an existing repo?
To fix this, we would need
coder/cli/dotfiles.go
Line 19 in f0bd258
The text was updated successfully, but these errors were encountered: