GitCheatSheet.org logo
Home / How To

Clone an existing (remote) repository in the current directory

git clone https://gitcheatsheet.org/example-git-repository.git

This will copy the remote repository into your current working directory.