I am trying to host a git repository. Now I can clone git repo on any computer on the network with:
git clone gituser@192.168.0.133 :/home/gituser/repositories/gitosis-admin.git
But I need to give an absolute repo location path.
Is it possible to clone without specifying a repo path? such as,
git clone gituser@192.168.0.133 :gitosis-admin.git
Thanks in advance,
source share