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