Online project hosting using Git. Includes source-code browser, in-line editing, wikis, and ticketing.
If you are looking for a hosted Git repository with social coding features (easy to share code, fork and merge from other people)
Unfortunatly there is no code search - this would be huge! And GitHub sometimes has problems to identify the programming language of the repository.
GitHub has a really nice and clean UI for the source code and has a great Help section. I never had any issues with GitHub
Scaling GitHub
A month after launching, GitHub hosted one thousand repositories. Three years later, we host over three million. In the same time we've gone from one thousand users to over a million. This type of scaling presents some interesting technical challenges. I'll dig into our development workflow and how we address concepts like scaling, deployment, code review, and testing.
How GitHub Uses GitHub to Build GitHub
Build features fast. Ship them. That's what we try to do at GitHub. Our process is the anti-process: what's the minimum overhead we can put up with to keep our code quality high, all while building features *as quickly as possible*? It's not just features, either: faster development means happier developers.
Let´s share some awesome posts about GitHub!
Build features fast. Ship them. That's what we try to do at GitHub. Our process is the anti-process: what's the minimum overhead we can put up with to keep our code quality high, all while building features *as quickly as possible*? It's not just features, either: faster development means happier developers.
A month after launching, GitHub hosted one thousand repositories. Three years later, we host over three million. In the same time we've gone from one thousand users to over a million. This type of scaling presents some interesting technical challenges. I'll dig into our development workflow and how we address concepts like scaling, deployment, code review, and testing.