Have you ever thought of sharing your code on the web ? Thought of doing social and collaborative coding and having other people contribute ?
Git is an extremely fast, efficient, distributed version control system ideal for the collaborative development of software.
Every clone of a Git repository represents the entire history of that project and is self contained. You can work on a Git repository without any internet connection.
GitHub is the best way to collaborate with others. Fork, send pull requests and manage all your public and private git repositories.
Listen to its founder Tom Preston-Werner explain what it’s all about.