Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.43 KB

README.org

File metadata and controls

40 lines (25 loc) · 1.43 KB

Kitchin Research Group

Welcome to the Kitchin Research group.

Your KitchinHUB repo

You should have a repo we will share at https://github.com/KitchinHUB/{your-andrewid}. This repo is predominantly for us to communicate files between you and me.

Setup an ssh key for yourself and put it on github

Look in your ~/.ssh folder. If you see a file called id_rsa.pub copy the contents of that file to the clipboard. Go to https://github.com/settings/keys and click “New SSH key”, give it a name, and paste the key in the field.

If you don’t have an id_rsa.pub, Then run these commands:

cd ~/.ssh
ssh-keygen -t rsa -b 4096 -C "[email protected]"

Then do the instructions above to add it to github. This will make it easy to push and pull the repo.

Clone your repo

Change to some directory where you want your repo to be and run this command:

git clone [email protected]/KitchinHUB/{your-andrewid}

I recommend you keep the number of places you clone the repo to a minimum because they need be synchronized.

Using the repo

It is probably a good idea to “pull” your repo each time you start working on it to make sure you have the most up to date version.

Resources