timiscoding / WDI12_Homework

Homework Repository for WDI12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WDI 12 (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}}/WDI10-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


Languages

Language:JavaScript 42.4%Language:HTML 24.7%Language:Ruby 24.5%Language:CSS 8.3%Language:CoffeeScript 0.1%