Members:
Daniel Schroeder
Parker Bruni
Aubrey Thenell
git clone https://github.com/DSchroederOSU/SeniorCapstone.git
cd SeniorCapstone
git remote -v
origin https://github.com/DSchroederOSU/SeniorCapstone.git (fetch)
origin https://github.com/DSchroederOSU/SeniorCapstone.git (push)
git checkout -b YOUR_NAME
git commit -am "YOUR MESSAGE ABOUT YOUR COMMIT"
git push origin YOUR_BRANCH_NAME
This will make your branch a head of master. Then in your branch on Github.com you can click:
git pull origin master