Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
If you have apache installed, simply go to your repository, and enter
git instaweb --httpd apache2
otherwise, simply install lighttpd
and just run
git instaweb
This should open a brower automatically pointing to your repository. If not, try to connect to localhost:1234
.
You can stop the server with
git instaweb --stop
Posted by Tobias Kraze to makandra dev (2011-11-30 15:23)