I am just starting out with GIT (i\'m coming from cvs) and would like to set up something akin to cvs/svn with Git. I performed the following steps:
cd o:/r
For the first push you'll need something like
git push origin master
See also the push.default option option.
In any case, if you're later going to run into a problem of pushing to a non-bare repository, so you'll need to read about that too.