2009/4/13 Eric Firing <efir...@hawaii.edu>:
>
> Stéfan, or other git-users,
>
> One feature of hg that I use frequently is "hg serve", the builtin web
> server.  I use it for two purposes: for temporary local publishing
> (e.g., in place of using ssh--sometimes it is quicker and easier), and
> for providing access to the very nice hgwebdir.cgi browsing capability
> on local repos.  I have looked through git commands etc., and have not
> found an equivalent; am I missing something?  The browsing capability of
> hgwebdir.cgi is much better than any gui interface I have seen for git
> or for hg.  I realize there is a gitweb.cgi, but having that cgi is not
> the same as being able to publish locally with a single command, and
> then browse.

The command is

git instaweb --httpd=webrick

Cheers
Stéfan
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to