Skip to content

jestingrabbit/WDI13_Homework

 
 

Repository files navigation

WDI 13 (General Assembly, Sydney) Homework Repository

Setup Instructions

  • Fork this repository
    • Hit the fork button on the top right (this stores a copy of it on your own github)
  • Clone your forked repository on your local computer
    • git clone url_of_your_fork_on_github
  • Add an upstream, so that your local copy's remote is pointing to my repository on Github (this repository)

To Add your Homework

  • Push to your local version (the one that you forked)
    • git add .
    • git commit -m "Your commit message"
    • git pull
    • git push origin master
  • Navigate to your forked version on Github - should be https://github.com/{{YOUR_USERNAME_HERE}}/WDI13_Homework
  • Hit the pull request button
  • Make sure the destination for the pull request is set to my repository
  • Tell me the following things in the comment:
    • How difficult did you find this (out of 10)? 0 being no problems at all, 10 being impossible
    • Was there anything that you struggled with?
    • Is there anything that you'd like some further information on?
    • Roughly, how long did it take?

If you don't mention anything in the comments, we will assume you had no problems at all with it!

About

Homework Repository for WDI12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 37.0%
  • JavaScript 34.9%
  • HTML 19.9%
  • CSS 8.0%
  • CoffeeScript 0.2%