Topic: Neverball is on Github!
We're now using Git for source control. The converted repository with an entirely rewritten and cleaned up commit history is on Github:
Here's a really quick way to start using it:
Have a Github account
Fork the official repository
Clone your new fork to your machine
Make commits locally
Push back to your fork
Make a pull request against the official repo
I'm not sure how the workflows will turn out, maybe a small project like Neverball needs something different, but this is pretty much a stereotypical Git/Github workflow, so we'll give this a try for now.