Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created January 27, 2011 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahurst/799065 to your computer and use it in GitHub Desktop.
Save nahurst/799065 to your computer and use it in GitHub Desktop.
Repository Viewer
# Browse your local git repository
# If you prefer not to use webrick, you could install lighttpd and then just run git instaweb.
git instaweb --httpd webrick # view at http://localhost:1234
# Browse your local Mercurial repository
hg serve # view at http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment