I have git master repository, I can visit it and create sub repo in my local computer. I'm using TortoiseGit in client machine but I would like to permit my client only to download one project from my git repository. So for example:
server projects:
+test1
+test2
+test3
i would like to add permission for userX to download and work above test1 only.
Now, i'm accesing my server through the ssh so the ssh user should have permission to r/w only in test1 folder?