-
Notifications
You must be signed in to change notification settings - Fork 0
osu-cs492-w23/final-project-team-2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project Name - Eivom __________________________________________ If you want to update your local branch $git pull origin {branch name you want to pull} OR If you want to pull from 'main' branch $git pull ------------------------------------------------------------------------------- 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-2 created by GitHub Classroom
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published