Welcome to cloning your first GitHub repo.
- Open this repo and click the green
clone
button - Make sure the menu that opens says
Clone with HTTPS
- Copy the URL by clicking on the clipboard icon
- Navigate to your terminal
- Make sure you are on your Desktop
- Type
git clone
followed by pasting the repo URL that was copied with the clip board icon - $ git clone https://github.com/learn-academy-2020-charlie/happy-first-day-charlie-class.git
- Type
ls
and see the repo listed among the other contents on your desktop cd
into the cloned directory- $ cd happy-first-day-charlie-class
- Hint: type
cd happy
and hit tab to auto complete - Open the directory in a text editor - either with
atom .
orcode .
Yay! You did it!