On 01/28/2011 12:41 PM, vikram2rhyme wrote:
Hello friends I am wondering if there are any permission and authorization control over git repository. I have gone through git manual but there is no discussion on it. On the internet i searched but hardy i found anything. Please help me if there is any permission control in distributed environment in git repository
Git is independent of access control mechanisms - You can use whatever you want. For example, you could use the filesystem read/write permissions on a directory to control local access, or SSH permissions to allow remote access. See for example GitHub, which uses different protocols for different levels of access.
HTH, -- Victor Engmark -- 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