https://github.com/epoch/hw
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/hw
- Owner: epoch
- Created: 2014-06-03T00:21:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T13:02:20.000Z (over 11 years ago)
- Last Synced: 2025-04-19T19:29:15.516Z (about 1 year ago)
- Language: Ruby
- Size: 27.6 MB
- Stars: 0
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
2. clone your forked repository to your computer
`git clone you_own_copy_of_hw_on_github_url`
3. 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`