[Numpy-discussion] DVCS at PyCon
Ondrej Certik
ondrej@certik...
Mon Apr 13 02:42:06 CDT 2009
2009/4/13 Stéfan van der Walt <stefan@sun.ac.za>:
> 2009/4/13 Eric Firing <efiring@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
Ah, that's nice, thanks for sharing it. I didn't know about it. Works
fine for me.
Ondrej
More information about the Numpy-discussion
mailing list