/wdi6

All things WDI6'y

Primary LanguageRuby

##WDI6 GA SYDNEY 2014

Hello people!

First time setup instructions:

a) please fork this repository

Click the fork icon on the top right so you get your own copy on github

b) clone your forked repository to your computer

git clone ``your_own_forkedcopy_of_wdi6_on_github_url

c) Add upstream so your local copy's remote is referring to the WDI6 repository in github

cd wdi6

git remote add upstream https://github.com/tarun-pacifica/wdi6

git pull upstream master