Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 476 Bytes

step0.md

File metadata and controls

10 lines (7 loc) · 476 Bytes

On the GitHub page, copy the link to the repo by pressing this button, making sure it is set to "Clone with HTTPS"

clone

In the terminal, use the cd command to navigate to the folder you want to have the repo. Then use the git clone command with the link you just copied after the command. All together, the command should look like:

git clone https://github.com/weblab-workshops/todo-react.git

Congrats! You successfully cloned the repo.