summaryrefslogtreecommitdiff
path: root/Documentation/everyday.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-17 19:39:39 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-17 19:39:39 (GMT)
commit80248b2e4888a05adcb903f53af84ee513d22245 (patch)
tree8766b8a2833a897dcc6566ba1587b897230391df /Documentation/everyday.txt
parent01385e275828c1116ea9bfcf827f82f450ee8f5f (diff)
downloadgit-80248b2e4888a05adcb903f53af84ee513d22245.zip
git-80248b2e4888a05adcb903f53af84ee513d22245.tar.gz
git-80248b2e4888a05adcb903f53af84ee513d22245.tar.bz2
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.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index d8d7a64..df1e287 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.
+------------