T1#market#open-source
GitHub Goes Public — A Social UI Over Git
Metadata
- Date
- Decade
- 2000s
- Tier
- T1
- Sources
- 06
- Connections
- 01
- Tags
- #market#open-source
On 10 April 2008, a San Francisco startup called GitHub launched publicly. Its founders were Tom Preston-Werner, Chris Wanstrath, and PJ Hyett (with Scott Chacon joining shortly afterwards to make a founding team of four). Work had begun in October 2007; an invite-only beta ran for a few months from February 2008; and on 10 April the beta ended and the site opened to everyone. The title of the announcement on the company blog was simply "We Launched".
On the surface, GitHub was "Git repository hosting". In substance, it was a bet that placing a social-network UI over Git—the difficult distributed VCS Linus Torvalds had written in 2005—would unlock something the command line alone never could. The bet paid off: GitHub accelerated open-source discovery, adoption, and development by an order of magnitude.
Why Git Was Hard
Git in 2005 was powerful but unfriendly:
- More than a hundred commands
- The difference between
git reset --hardandgit reset --softis counter-intuitive - Conflict-merge resolution is intricate
- The remote model (push / pull / fetch) is not obvious
Torvalds himself said Git was not designed to be easy—it was his own tool. For seasoned kernel developers it was extremely capable. For ordinary web developers it had a steep onramp.
In 2007 most open-source projects still lived on SourceForge, on CVS or Subversion. Git was technically superior but needed a different kind of tool around it to spread.
The Four Founders
Tom Preston-Werner (then 28) — engineer at PowerSet (the semantic-search startup Microsoft later bought). Heavy user of Ruby and Git; started GitHub as a side project. Later created Jekyll, the static-site generator.
Chris Wanstrath (22) — left CNET to co-found GitHub. Preston-Werner was the first CEO; Wanstrath took the job in 2014 and held it, through the Microsoft acquisition, until 2018.
PJ Hyett — Wanstrath's colleague; engineering lead in the early years.
Scott Chacon — joined mid-2008; well known for Git education and the book Pro Git; long-serving CIO at GitHub.
GitHub was also notable for bootstrapping. It was built on a few thousand dollars of the founders' own money and, as Preston-Werner wrote three years in, was profitable from the day it opened to the public and started charging for subscriptions. The first outside capital arrived only in July 2012: US$100 million from Andreessen Horowitz. Sequoia led the US$250 million Series B three years after that, in 2015. For its first four years GitHub ran on no investor money at all.
The Invention: Social UI
What GitHub layered over Git was, for the time, novel:
Pull Request. A way to propose changes from your fork back to the original. Diffs viewed in the browser, line comments, discussion, merge—all in the web. Open-source collaboration, which had been a culture of patches over mailing lists, was replaced by a browser-native workflow.
Fork. A one-click copy of someone else's repository into your namespace. "Making a derivative project" went from a heavy decision to a casual gesture. The new contribution pattern—"try it lightly, send a pull request if it works"—became standard.
Issues. Not merely a bug tracker, but discussion, feature requests, and task management combined. Far simpler than Bugzilla or JIRA.
Stars. A favourite/bookmark mechanism that became, de facto, the popularity metric for open-source projects.
Profiles. Developer profiles on GitHub started to function as résumés. "10k stars" and "1000-day commit streaks" entered hiring conversations.
Explosive Adoption
GitHub's growth from 2008 to 2015 was without precedent in open-source history:
- April 2008 — launch
- July 2009 — 100,000 users; 90,000 public repositories
- July 2010 — 1 million repositories
- April 2011 — 2 million repositories
- January 2013 — 3 million users, 5 million repos
- December 2013 — 10 million repositories
- June 2018 — 28 million developers (at Microsoft acquisition)
- 2024 — 518 million projects (Octoverse 2024); 150 million developers by December
| July 2010 | 1M | |
|---|---|---|
| April 2011 | 2M | |
| January 2013 | 5M | |
| December 2013 | 10M |
Major open-source migrations followed:
- 2008 — Ruby on Rails (the founders were Rails developers; an early migration)
- 2009 — jQuery
- 2011 — the Linux kernel (Torvalds himself was critical of GitHub, but
torvalds/linuxwas set up as a mirror) - 2016–2017 — Microsoft itself moved a huge volume of repos to GitHub and became the organisation with the most open-source contributors on the site (foreshadowing the acquisition)
The Microsoft Acquisition (2018)
On 4 June 2018, Microsoft announced its acquisition of GitHub for US$7.5 billion (see event github-acquisition-2018). It was the complete reversal of the Steve Ballmer-era Microsoft that had called Linux "a cancer" in 2001.
The open-source community resisted initially ("Microsoft will close it"). Under Satya Nadella, however, Microsoft maintained GitHub's independent operation. After acquisition, GitHub accelerated:
- GitHub Actions (2019) — built-in CI/CD
- GitHub Codespaces (2020) — cloud IDE
- GitHub Copilot (2021) — AI code completion (initially OpenAI Codex, later GPT-4 family)
GitHub's status as the social infrastructure of open source was, if anything, strengthened.
GitHub in the AI Era
By 2026, GitHub is no longer "just" code hosting:
- AI training data — GitHub's public code is used to train LLMs (the Copilot litigation continues)
- Centre of AI agent development — Anthropic's Claude Code, Cursor, Devin, and others all integrate tightly with GitHub
- Open-source AI model distribution — alongside Hugging Face, a primary venue
- De facto critical infrastructure — a GitHub outage halts software production globally
Code as a Social Artefact
The deep invention of GitHub 2008 was not technical. Git already existed (2005). Bitbucket (Mercurial) and SourceForge (CVS) ran in parallel.
GitHub succeeded because it was the first to design a UI that treated code as a social artefact. Pull Request, Fork, Star, profile—technically these were not version-control mechanics. They were the management of social relationships around code: who endorsed, adopted, modified, and forked whose work.
Twenty years ago, software development was an activity inside closed organisations. Since GitHub, it is run as a planetary collaboration. The half a billion projects are not merely code—they are the largest accumulation of openly observable, openly modifiable intellectual work the species has produced.
"A social UI over Git." That simple bet changed the structure of the software industry.
Questions this page answers
- When did GitHub launch?
- GitHub opened to the public on 10 April 2008. Work had begun in October 2007 and an invite-only beta had been running since February 2008; the announcement on the company blog was titled 'We Launched'.
- Who founded GitHub?
- Tom Preston-Werner, Chris Wanstrath and PJ Hyett started it, and Scott Chacon joined to make four. Preston-Werner was the first CEO; Wanstrath took over in 2014.
- When did Microsoft acquire GitHub?
- Microsoft announced the US$7.5 billion acquisition on 4 June 2018. The open-source community reacted sharply, but under Nadella GitHub has kept operating independently.
Sources
TertiaryGitHub — Wikipedia
SecondaryOctoverse 2024 — GitHub
Last updated: