-
Use the fork link from the class website to create your private clone of the starter code.
-
Do
git clone https://github.com/ucsd-cse230-wi19/hw1-XXX
whereXXX
is your private repo.
- Link your clone to the "upstream" to get any updates
$ make upstream
after this you can get "updates" (in case we modify the starter code), with
$ make update
- Edit the files and run LH
$ make
repeat this until LH says "SAFE"
- Save (and submit) your work with:
$ git commit -a -m MESSAGE
$ git push