Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save vanderhoop/fa1712ea14df7318f832 to your computer and use it in GitHub Desktop.

Select an option

Save vanderhoop/fa1712ea14df7318f832 to your computer and use it in GitHub Desktop.

Submitting Your w01/d01 homework.

Part 1: Move Your Work From Day 1 into the class Repo

Move your day 1 homework from into your w01/d01/student directory. You were instructed to put them in a directory called exercises within ~/dev/wdi. Move this directory into ~/dev/wdi/godot/w01/d01/student.

Part 2: Adding and Committing the Work

Once you've moved your "exercises" directory into w01/d01/student, add and commit your work.

git add .
git commit -m "adds w01/d01 homework"

Part 3: Another Rep with submit_hw

Use submit_hw again.

submit_hw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment