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