The homework is the same as yesterday. If you have your SSH keys configured and your home machine is connecting to GitHub with SSH, you're all set, no homework for you today.
- Configure your machines at home to connect to GitHub with SSH.
- If you did not accept the assignments repo in class, please do it at home. This is the link. After accepting that assignment, you should have a repo created on your GitHub.
- Clone the assignments repo on your home machine:
- Go to your GitHub assignments repository that you accepted for this class. You will see a green button, "Code". You must click on that button and select SSH to have the appropriate link that will allow you to clone your repository and copy the link you see there.
- Create a folder CS_Foundations
anywhere in your home computer.
- On your terminal, go inside the folder CS_Foundations
to clone your repository and type:
git clone PASTE_THE_LINK_YOU_COPIED_FROM_GITHUB_(git@...)