Hi. I need to grant some external developers access to some source code. There is some sensitive information that they should not be able to see.
How to do this? I'm thinking: 1. Shallow clone of current repository 2. Modify/remove files 3. Copy edited set into new repository without history 4. Give access to this repository 5. Create a submodule with sensitive data 6. Make a "thingy" to pull the submodule when the puller has access to it Would this work? Any better suggestions? Any tips on how to accomplish #6? I'd really prefer to make this setup run transparently so I don't need to merge back and forth.. forever... Thanks! Morten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
