Skip to content

xaun/wdi5_homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WDI Sydney 5

First time setup instructions:

  1. please fork this repository

click the fork button on the top right so you get your own copy on github

  1. clone your forked repository to your computer

git clone you_own_copy_of_wdi5_homework_on_github_url

  1. add upstream so your local copy's remote is referring to my repository in github (this repository)

cd wdi5_homework

git remote add upstream http://github.com/epoch/wdi5_homework

git pull upstream master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.1%
  • JavaScript 11.1%
  • CSS 10.8%