git clone
Repository SetupClone a repository into a new directory
Examples
Common usage examples
Clone a repository
git clone https://github.com/user/repo.gitClone into specific directory
git clone https://github.com/user/repo.git mydirRelated Commands
You might also find these useful