You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
611 B

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