Skip to content

Kitchin Group Repository - group meeting schedule, notes, etc...

Notifications You must be signed in to change notification settings

KitchinHUB/kitchingroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "your_email@example.com"

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 git@github.com/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

About

Kitchin Group Repository - group meeting schedule, notes, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published