diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-17 11:39:39 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-17 11:39:39 -0800 |
commit | 80248b2e4888a05adcb903f53af84ee513d22245 (patch) | |
tree | 8766b8a2833a897dcc6566ba1587b897230391df /Documentation/everyday.txt | |
parent | 01385e275828c1116ea9bfcf827f82f450ee8f5f (diff) | |
download | git-80248b2e4888a05adcb903f53af84ee513d22245.tar.gz |
Documentation: HTTP needs update-server-info.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/everyday.txt')
-rw-r--r-- | Documentation/everyday.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index d8d7a6441a..df1e287999 100644 --- a/Documentation/everyday.txt +++ b/Documentation/everyday.txt @@ -424,3 +424,14 @@ for branch policy control. david is the release manager and is the only person who can create and push version tags. ------------ + +HTTP server to support dumb protocol transfer.:: ++ +------------ +dev$ git update-server-info <1> +dev$ ftp user@isp.example.com <2> +ftp> cp -r .git /home/user/myproject.git + +<1> make sure your info/refs and objects/info/packs are up-to-date +<2> upload to public HTTP server hosted by your ISP. +------------ |