Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 248 Bytes

welcome to WDI homework

First time setup instructions:

  1. please fork this repo
  2. clone your fork
  3. add upstream

git remote add upstream http://github.com/epoch/wdi_sydney_2_hw
cd wdi_sydney_2_hw
git pull upstream master