Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 432 Bytes

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_hw_on_github_url

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

cd hw

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

git pull upstream master