Live data from Hacker News

GitHub is the Best Thing Ever

ericharrison.info

1–10 of 42 posts

Re: GitHub is the Best Thing Ever

#2
We should make a Tiny Fork Day.

A day where X people fork, make at least one contribution, and request a pull.

Set up a cool site targetting people who are interested in coding, but haven't yet gotten the courage to contribute, and you could have something.

Re: GitHub is the Best Thing Ever

#3
After reading this article I went ahead and forked the Konami-Unicorn-Blitz project (the same one this article references). Added a hideAfter property that autohides the unicorns after 30 seconds and submitted a pull request. We'll see if the change is accepted :)

GitHub is neat.

Re: GitHub is the Best Thing Ever

#4
post #2

We should make a Tiny Fork Day. A day where X people fork, make at least one contribution, and request a pull. Set up a cool site targetting people who are interested in coding, but haven't yet gotten the courage to contribute, and you could have something.

It's almost like a flash mob.

I like it.

Re: GitHub is the Best Thing Ever

#7
post #2

We should make a Tiny Fork Day. A day where X people fork, make at least one contribution, and request a pull. Set up a cool site targetting people who are interested in coding, but haven't yet gotten the courage to contribute, and you could have something.

[deleted]

Re: GitHub is the Best Thing Ever

#8
You do not need github to do that. You just need git and any git hosting. Forking is just a clone, you push in your hosting (whatever it is) and ask the guy on the other end to pull. No centralized control, real distributed development.

Linux is developed like that every day. My own forge software http://indefero.net is also developed like that, with forks on github, on other instances of Indefero or just on 'hand rolled git hosting'.

So, the title should really be "Git (or any good distributed SCM) is the best thing ever".

Re: GitHub is the Best Thing Ever

#10
post #8

You do not need github to do that. You just need git and any git hosting. Forking is just a clone, you push in your hosting (whatever it is) and ask the guy on the other end to pull. No centralized control, real distributed development. Linux is developed like that every day. My own forge software http://indefero.net is also developed like that, with forks on github, on other instances of Indefero or just on 'hand ro…

True, you don't need github. But it's killer feature is that provides the initial grease on the rails so that Joe Blow can come along to quickly and easily add a feature or fix a bug. As someone who just this week made some doc contributions to 2 different projects on GH, I can tell you the feeling is addictive.

That's why Github is cool.

Post reply on HN