177 Days of GitHub
ryanseys.com
177 Days of GitHub
1–10 of 43 posts
Re: 177 Days of GitHub
#2Re: 177 Days of GitHub
#3Blogging on github ( octopress, Jekyll, static files etc ) is one of the easiest ways to contribute.
Btw, anyone with similar habit for consecutive days visited on stackoverflow? http://stackoverflow.com/users/526535/manojlds
Re: 177 Days of GitHub
#4Re: 177 Days of GitHub
#5Great post!
Re: 177 Days of GitHub
#6A few notes:
- it’s the time of the commit which is important, not the push. So you can contribute on your projects locally if you don’t have Internet access (e.g. on vacations), and then push at the end of the week. It’ll be the same as having pushed everyday during one week (this works with personal projects, be careful with projects where there are other contributors)
- Only contributions on 'master' are counted by GitHub, so if you use multiple branchs for new features / bug fixes, the contributions will count only when (and if) you’ll merge them into master
Re: 177 Days of GitHub
#7Really curious about what, if any, side effects you picked up. Getting a commit streak is cool, but did you learn anything about networking, or finding open source projects to create/contribute to? Something that you feel you'll be able to take with you into your work habit (aside from the awesome "learn how to habit"). Great post!
Re: 177 Days of GitHub
#8A really interesting experiment, and congrats for sticking to it for so long!