Skip to content

daniel-schroeder-io/SeniorCapstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senior Capstone Repository 2017-2018

Members:

Daniel Schroeder

Parker Bruni

Aubrey Thenell


Clone this repo

git clone https://github.com/DSchroederOSU/SeniorCapstone.git
cd SeniorCapstone


Make sure that remote origin is set to the correct url

git remote -v

Output:

origin https://github.com/DSchroederOSU/SeniorCapstone.git (fetch)
origin https://github.com/DSchroederOSU/SeniorCapstone.git (push)


Create a new branch under your name

git checkout -b YOUR_NAME


To push to master

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:

Pull Request Screenshot



For pulling from master and merging into local branch

git pull origin master



About

A repository for senior capstone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •