Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 246 Bytes

clone-a-repo.md

File metadata and controls

17 lines (11 loc) · 246 Bytes

How to Clone a Repo


Clone a repository to your local machine.

$ git clone <url>

Clone a repo to your local machine and rename the folder.

$ git clone <url> <new_name>

link