setting up a deploy repo to make unix server development less awful.
- Create a Github account if you do not have one.
- Create a public or private repo which will hold your class projects.
- Add your ssh keys to Github.
- Generate your ssh keys on your local machine with
ssh-keygen
- In Github, go to settings -> SSH and GPG Keys -> New SSH key
- On your machine
cat .ssh/id_rsa.pub
- Copy this value into the new ssh key slot and name it something useful.
- Generate your ssh keys on your local machine with