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
Add following lines in .git/config
[instaweb] local = true httpd = webrick port = 4231
then execute
git instaweb