Following the instructions in this link I managed to create a repository on my $HOME on the uni's server. I clone/pull/push to this repository on the server using SSH.
My question is: Is it possible to grant access to someone else to clone/push/pull from this repository? Obviously I do not have root privileges on the server side. Furthermore, I don't want to have it as a public repository... I want to know who is cloning and pushing to this one.
Can I do something like that on the web-storage part of my account? Where my wesite is stored, and then use something like htaccess to manage access?