>> I have a series of files containing server-side code which make up a >> website. The entire layout contains only a few folders, but those >> folders contain many files. I want to be able to allow access to only >> certain files at a time, sometimes only a single file. Can that be >> done in the way you describe? > > If you can gather all sensitive files in a subdirectory, then you can > split that directory into its own repository (see git-submodule man > page) and grant limited access to that repo. > -- > Duy I thought about separating files the dev has had access to into a separate folder from files the dev hasn't had access to, but it would mean constantly changing the code as files move around, plus it would be too complicated if I have multiple devs and want to give them access to different stuff. It's not that some files are more sensitive than others, it's just that I don't want to give anyone access to more than I have to. - Grant -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html