Before you make changes, see if anyone else has made changes. You can do this by running:
./pull
If you would like to preview your changes, please install python and run:
python -m SimpleHTTPServer
Now you can preview the page at http://localhost:8000
After you've made changes and have checked that they work, run this command to upload your changes to the website:
./push
If you've added new files since the last time you uploaded, please add them with this command:
git add the-new-file
git status
git diff
Please add them to the organization https://github.com/stanfordxtrm/ and give them write access to this repository.