I want to know how to simply publish over http = much like Mercurial\'s hg serve! On the Windows/work box do this:
git serve
and then on t
If you just want to expose the repository with a web browser
git-instaweb
$ git instaweb -d apache2 --start $ lynx localhost:1234