Git serve: I would like it that simple
Posted
by Setori
on Stack Overflow
See other posts from Stack Overflow
or by Setori
Published on 2008-12-18T08:34:56Z
Indexed on
2010/03/16
9:26 UTC
Read the original article
Hit count: 295
I want to know how to simply publish over http = much like Mercurial's hg serve! On the Windows/work box do this:
git serve
and then on the Linux box SIMPLY go:
git clone http://project project
finished.
© Stack Overflow or respective owner