Few users use main server with repository and clone it by:
git clone --recursive git@gitsrv:Android/sw/Android.git
It last very long (more than a day).
So I've read that I can clone directly from other user if he has already cloned repo from server by: How can I 'git clone' from another machine?
But I mustn't push into other user repo. I must push to main server. And further pulls must be also done from server not from other user. How to do that?
And by the way: where "gitsrv" is defined (it's a kind of symlink?) ?