Version Control
git clone
Clone a repository.
Syntax
$git clone [OPTIONS] <REPOSITORY> [DIRECTORY]
Examples
$git clone https://github.com/user/repo.git
$git clone git@github.com:user/repo.git mydir
Typical use cases
?
Standard usage
git clone --help
Note
Downloading repository.
Export