This evergreen history article uses authoritative archives and official records. Exact dates are used when documented; gradual inventions and rollouts are described as periods rather than being assigned a misleading single birthday.
Quick facts
- GitHub was founded in 2008 by Tom Preston-Werner, Chris Wanstrath, PJ Hyett and Scott Chacon.
- The service made the distributed Git version-control system easier to use through a web interface and social collaboration features.
- Repositories, forks, issues and pull requests helped establish the modern open-source workflow.
- Microsoft announced its acquisition of GitHub in June 2018 and completed it in October 2018.
- GitHub later expanded into automation, cloud development environments, security and AI coding tools.
Git before GitHub
Linus Torvalds created Git in 2005 for Linux kernel development. Git was fast and distributed, but its command-line workflow and decentralized nature could be difficult for newcomers.
GitHub’s founders saw an opportunity to provide hosting, visual history and collaboration around Git repositories. They began building the service in San Francisco and launched it publicly in 2008.
Social coding
GitHub treated code as something people could discuss and share socially. Users could follow projects, fork a repository, submit changes and display a public contribution history.
The pull request became especially influential. Instead of sending a patch through email, a contributor could propose a branch, discuss individual lines, run automated checks and merge the result through one shared interface.
The home of open source
Major open-source communities moved to GitHub because it reduced the friction of participation. Documentation, issue tracking, releases and project websites could live beside the code.
The platform also became a professional identity system. Employers could inspect public projects, while developers built reputations through visible contributions.
Business growth and Microsoft acquisition
GitHub sold private repositories and enterprise products while maintaining free public hosting. Leadership and workplace controversies created difficult periods, but the network continued growing.
In June 2018 Microsoft announced that it would acquire GitHub. The deal closed in October. GitHub said it would operate independently and support developers regardless of language, platform or cloud.
Actions, Codespaces and security
GitHub Actions turned repositories into automation platforms for testing, building and deployment. Codespaces provided cloud-hosted development environments. Dependabot, code scanning and secret scanning expanded GitHub’s role in software security.
These products connected the complete software lifecycle to the repository rather than limiting GitHub to storage and collaboration.
The AI development era
GitHub Copilot introduced model-generated code, chat and agents into the platform. By the mid-2020s, GitHub combined source control, project management, automation, security and AI assistance in one developer environment.
This created new questions about training data, generated-code responsibility and how maintainers can manage a rising volume of AI-assisted contributions.
Why GitHub matters
GitHub changed the culture of software by making collaboration visible and lowering the barrier to contributing. Many essential libraries, operating systems and public-interest projects depend on it.
Its concentration also creates risk: when one commercial platform hosts a large part of open-source development, outages, policy changes and security failures can affect the wider software world.
Timeline
| Year | Location | Event | Why it mattered |
|---|---|---|---|
| April 2005 | United States | Linus Torvalds creates Git | Provided the distributed version-control foundation used by GitHub. |
| April 2008 | San Francisco, California | GitHub launches publicly | Made hosted Git collaboration accessible through the web. |
| 2010s | Global | Pull requests and social coding become standard | Reshaped open-source and professional software collaboration. |
| 2018 | United States | GitHub reaches 100 million repositories | Demonstrated the platform’s global scale. |
| October 2018 | United States | Microsoft completes its acquisition of GitHub | Brought GitHub into Microsoft while preserving a separate brand and platform. |
| 2019–2026 | Global | Actions, Codespaces, security and Copilot expand | Turned GitHub into a full software-development platform. |
Frequently asked questions
Who founded GitHub?
Tom Preston-Werner, Chris Wanstrath, PJ Hyett and Scott Chacon are recognized as GitHub’s founders.
Is GitHub the same as Git?
No. Git is the distributed version-control system. GitHub is a hosting and collaboration platform built around Git repositories.
When did Microsoft buy GitHub?
Microsoft announced the acquisition in June 2018 and completed it in October 2018.
Why are pull requests important?
They provide a structured way to propose, discuss, test, review and merge changes to a project.