We have got git 1.5.4.3 (Version from Feb'08) on our server. As it seems, there was no option --bare
back then.
How can I create a bare repository then?
Creating it locally and scp'ing it to the server would be an option, but way too much effort. Or is it possible with a local git command to create a new remote repository?