Skip to content

osu-cs290-sp21/final-project-team

Repository files navigation

final-project-team

final-project-team created by GitHub Classroom

Recipe Website!


clone repository: $ git clone https://github.com/osu-cs290-sp21/final-project-team.git


create your own branch: $ git checkout -b [name your branch here] main

for example: $ git checkout -b final-project-myname main


commit changes: $ git commit -a -m [commit message here]

for example: $ git commit -a -m "i changed the color to green!"


push to github $ git push --set-upstream origin [your branch name here]

for example: $ git push --set-upstream origin final-project-myname


other useful git stuff

check what changes you've made or which branch you're on: $ git status

initialize your repository: $ git init

About

final-project-team created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •