I've got the actual code in public facing dir under one user. It's in /home/user1/public_html/dev
And for gitosis I had to set another user Git, and gitosis wants it's repos in "/home/git/repositories/"
So, from what I read best and easiest is to just symbolink link them. But which dir to which?
When I create new "test" project locally I have .git sub-folder in the "test" folder, but when push it in "/home/git/repositories/
" it creates test.git folder on the remote server with the contents of the local .git folder, but I don't see the actual files?
So, i'm a bit confused how this works and what I should link. Please note this my first time with git, gitosis and all this, so i'm probably asking something quite stupid but i'm really blocked at this point.