Zach Nobles
Jesse Kim
Joelle Wilensky
Jasmine King
Patricia Cai
Sriharsha Tangellamudi
Dyarra Mitchell
git add --allyou can also run git add <file> but you're probably going to add everything anyway
git commit -m "<added a file>"replace the message in quotes with whatever you want
git pushthis pushes to the default branch. You can make other branches if you really want.
- run
git pull - in the text editor arrow down below the lines that start with #
- write a message (it doesn't really matter what but you have to write something)
- ctrl+x
- press enter
- run git push again