Getting Started w/ Github
From AstroBaki
Introduction
Creating a Github Repository
Links:
If you don't have a github account that's where you'll need to start. You can get started setting up your account by going to github.com and log-in using an email. Github has special benefits for students so if possible, use your school email.
git help {command}
Adding Code/Data
git add {file}
git add .