summaryrefslogtreecommitdiff
path: root/Documentation/git-clone-dumb-http.txt
blob: 1704649229367db8825458c0d32f6139c58cd34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
git-clone-dumb-http(1)
======================
 
NAME
----
git-clone-dumb-http - Client to clone a repository via HTTP.
 
SYNOPSIS
--------
'git-clone-dumb-http' <remote-repo> <local-dir>
 
DESCRIPTION
-----------
Client to clone, via HTTP, a repository that has been prepared with
update-server-info.
 
OPTIONS
-------
<remote-repo>::
	Remote repository to clone from.
 
<local-dir>::
	Directory to clone to.
 
Author
------
Written by Junio C Hamano <junkio@cox.net>
 
Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
GIT
---
Part of the link:git.html[git] suite