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
I think we need to support that use-case, even if the main effort is for public collaboration.
Here is what I think RN:
I was thinking how teams internally collaborate when they use github for private repos and we probably just want to embrace ssh-accessible private repositories in the same fashion. Users would just either share one repo, or push to their own forks and submit PRs to their main repository that they have otherwise RO access.
The cargo crev repo fetch would just not cover that use-case. We could make a possibility of no public URL on the PublicId, while preserving an ability to create proofs, run cargo crev repo git <git command>, and push things.
@kornelski I know you did some push into using cargo-crev without an ID yet front. Does this fit with your vision?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think we need to support that use-case, even if the main effort is for public collaboration.
Here is what I think RN:
I was thinking how teams internally collaborate when they use github for private repos and we probably just want to embrace ssh-accessible private repositories in the same fashion. Users would just either share one repo, or push to their own forks and submit PRs to their main repository that they have otherwise RO access.
The
cargo crev repo fetch
would just not cover that use-case. We could make a possibility of no public URL on the PublicId, while preserving an ability to create proofs, runcargo crev repo git <git command>
, and push things.@kornelski I know you did some push into using cargo-crev without an ID yet front. Does this fit with your vision?
Beta Was this translation helpful? Give feedback.
All reactions