github - Per File Permisions With Git -


i starting new project shortly , trying figure out best way setup git repo. have 2 teams. non-restricted , restricted, issue trying solve want set file permissions restricted team limit them being able commit files inside repo. when restriced team memeber pulls repo down want replace files auto generated dll's. restricted team outsource labour dont trust , dont want them being able commit files within repo, , dont want them being able see "secret sauce". non-restriced team should have read/write access files.any ideas how accomplish this?

it looks google's repo trick?

i guess possible forbid access files or folders setting git hooks, doesn't seem solution imho case. if in start of project consider splitting project modules keep them in different repositories if it's possible. let's 1 repository local developers core of system contains "secret sauce" , second modules dependent on core libraries , can outsourced. can build core libraries nightly, obfuscate them , share outsource developers.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -