Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/wdi_conf
https://github.com/epoch/wdi_conf
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/wdi_conf
- Owner: epoch
- Created: 2014-11-26T22:57:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T04:43:29.000Z (about 10 years ago)
- Last Synced: 2024-10-25T01:38:38.730Z (2 months ago)
- Language: Ruby
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WDI Conf Melbourne
## lightning talk proposals
### and lightning talk requests
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_wdi_conf_on_github_url`
3. add upstream so your local copy's remote is referring to my repository in github (this repository)
`cd wdi_conf`
`git remote add upstream http://github.com/epoch/wdi_conf`
`git pull upstream master`