Today we are practicing the use of Git. We are also refreshing on Arrays.
Use GitHub UI to create fork. Name it what you like.
In your terminal in the folder of your choice run the following command to clone down this repo
git clone http://urlToYoruRepo.gitFollow along in class and make all necessary changes to.
Commit your changes to your fork
git add .
git commit -m "Finished Example"
git pushUse UI on Github website to complete PR.
Your Fork -> My Repo