Keeping my clients code safe. #203360
Replies: 2 comments
|
yo update — yeah you can set this up properly with GitHub Teams, that part is very doable. what teams actually solveyou want: "devs can only work on selected client repos." do this:
that covers "they can only commit to selected git repos." teams + repo role permissions are exactly the tool for that. what teams do not stopif someone has read/write on a repo, they can still so the real setup is:
don't hand out org owner to 100 people. teams + per-repo access is the move. |
|
Thanks for posting in the GitHub Community, @Gurdev-Singh! You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the Programming Help category. I've gone ahead and moved it for you. Good luck! |
Uh oh!
There was an error while loading. Please reload this page.
Discussion Type
Question
Discussion Content
I am managing team of ~100 developers on multiple projects and the code is owned by my clients. I want to protect the code of my clients so that my developers can only commit to selected git repos and should not be able to make a copy of the code and commit to their own git repos. How can I achieve this?
All reactions