[[Git command]] that clones a repository from a [[Remote repository (git)|remote repository]] into a new [[Local repository (git)|local repository]]. ```bash git clone <repo-url> ``` ^command