found this at from a post in Forrst by Jackhq and I was so amazed that you can actually browse your git repo using your browser.
Here’s how you do it:
cd [git repo]
git instaweb –httpd webrick
and this will automatically use your browser to open your git repository.
Cool huh?! 🙂