PBPL280S21 Exercise 3: sshΒΆ
Take a screenshot of your github https://github.com/settings/keys page that shows you you have uploaded your public key to your account.
Setup your jupyter-hub account to use ssh keys for logging in.
Clone your repository that has your cv.md file onto your jupyter-hub account.
On your jupyter-hub clone, make some changes to your cv.
Using
git add
andgit commit
add your changes to your cloned repository.Using
git push
push your local changes up to your github account.
Due 4-21 5pm pst