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