Commands.app

git clone

Repository Setup

Clone a repository into a new directory

Examples
Common usage examples

Clone a repository

git clone https://github.com/user/repo.git

Clone into specific directory

git clone https://github.com/user/repo.git mydir
Related Commands
You might also find these useful