It is commonly used to hostopen source software development projects.[10] As of January 2023,[update] GitHub reported having over 100 million developers[11] and more than 420 millionrepositories,[12] including at least 28 million public repositories.[13] It is the world's largestsource code host as of June 2023.[update] Over five billion developer contributions were made to more than 500 million open source projects in 2024.[14]
GitHub, Inc. was originally aflat organization with no middle managers, instead relying onself-management.[20] Employees could choose to work on projects that interested them (open allocation), but the chief executive set salaries.[21]
GitHub was abootstrappedstart-up business, which in its first years provided enough revenue to be funded solely by its three founders and start taking on employees.[22]
In July 2015 GitHub raised another $250 million (~$314 million in 2023) of venture capital in aseries B round. The lead investor wasSequoia Capital, and other investors wereAndreessen Horowitz,Thrive Capital, IVP (Institutional Venture Partners) and other venture capital funds.[24][25] The company was then valued at approximately $2 billion.[26]
GitHub at AWS SummitThe shading of the map illustrates the number of users as a proportion of each country'sInternet population. The circular charts surrounding the two hemispheres depict the total number of GitHub users (left) and commits (right) per country.
On February 24, 2009, GitHub announced that within the first year of being online, GitHub had accumulated over 46,000 public repositories, 17,000 of which were formed in the previous month. At that time, about 6,200 repositories had beenforked at least once, and 4,600 had been merged.
That same year, the site was used by over 100,000 users, according to GitHub,[28] and had grown to host 90,000 unique public repositories, 12,000 having been forked at least once, for a total of 135,000 repositories.[29]
In 2010, GitHub was hosting 1 million repositories.[30] A year later, this number doubled.[31]ReadWriteWeb reported that GitHub had surpassedSourceForge andGoogle Code in total number of commits for the period of January to May 2011.[32] On January 16, 2013, GitHub passed the 3 million users mark and was then hosting more than 5 million repositories.[33] By the end of the year, the number of repositories was twice as great, reaching 10 million repositories.[34]
In 2015, GitHub opened an office in Japan, its first outside of the U.S.[35]
On February 28, 2018, GitHub fell victim to the third-largestdistributed denial-of-service (DDoS) attack in history, with incoming traffic reaching a peak of about 1.35 terabits per second.[36]
On June 19, 2018, GitHub expanded its GitHub Education by offering free education bundles to all schools.[37][38]
On June 4, 2018, Microsoft announced its intent to acquire GitHub for US$7.5 billion (~$8.96 billion in 2023). The deal closed on October 26, 2018.[42] GitHub continued to operate independently as a community, platform and business.[43] Under Microsoft, the service was led byXamarin'sNat Friedman, reporting toScott Guthrie, executive vice president of Microsoft Cloud and AI.Nat Friedman resigned November 3, 2021; he was replaced by Thomas Dohmke.[44]
There have been concerns from developers Kyle Simpson,JavaScript trainer and author, and Rafael Laguna, CEO atOpen-Xchange over Microsoft's purchase, citing uneasiness over Microsoft's handling of previous acquisitions, such asNokia's mobile business andSkype.[45][46]
This acquisition was in line with Microsoft's business strategy under CEOSatya Nadella, which has seen a larger focus oncloud computing services, alongside the development of and contributions to open-source software.[9][41][47]Harvard Business Review argued that Microsoft was intending to acquire GitHub to get access to its user base, so it can be used as aloss leader to encourage the use of its other development products and services.[48]
Concerns over the sale bolstered interest in competitors:Bitbucket (owned byAtlassian),GitLab andSourceForge (owned bySlashdot) reported that they had seen spikes in new users intending to migrate projects from GitHub to their respective services.[49][50][51][52][53]
In September 2019, GitHub acquiredSemmle, a code analysis tool.[54] In February 2020, GitHub launched in India under the name GitHub India Private Limited.[55] In March 2020, GitHub announced that it was acquiringnpm, a JavaScript packaging vendor, for an undisclosed sum of money.[56] The deal was closed on April 15, 2020.[57]
In early July 2020, the GitHub Archive Program was established to archive its open-source code in perpetuity.[58]
GitHub'smascot is ananthropomorphized "octocat" with fiveoctopus-like arms.[59][60] The character was created by graphic designerSimon Oxley asclip art to sell oniStock,[61] a website that enables designers to marketroyalty-freedigital images. The illustration GitHub chose was a character that Oxley had named Octopuss.[61] Since GitHub wanted Octopuss for their logo (a use that the iStock license disallows), they negotiated with Oxley to buy exclusive rights to the image.[61]
GitHub renamed Octopuss to Octocat,[61] and trademarked the character along with the new name.[59] Later, GitHub hired illustrator Cameron McEfee to adapt Octocat for different purposes on the website and promotional materials; McEfee and various GitHub users have since created hundreds of variations of the character, which are available onThe Octodex.[62][63]
Projects on GitHub can be accessed and managed using the standardGit command-line interface; all standard Git commands work with it. GitHub also allows users to browse publicrepositories on the site. Multiple desktop clients and Gitplugins are also available. In addition, the site providessocial networking-like functions such as feeds, followers, wikis (usingwiki software calledGollum), and asocial network graph to display how developers work on their versions ("forks") of a repository and what fork (and branch within that fork) is newest.
Anyone can browse and download public repositories, but only registered users can contribute content to repositories. With a registered user account, users can have discussions, manage repositories, submit contributions to others' repositories, andreview changes to code. GitHub began offering limited private repositories at no cost in January 2019 (limited to three contributors per project). Previously, only public repositories were free.[64][65][66] On April 14, 2020, GitHub made "all of the core GitHub features" free for everyone, including "private repositories with unlimited collaborators."[67]
The fundamental software that underpins GitHub isGit itself, written byLinus Torvalds, creator of Linux. The additional software that provides the GitHub user interface was written usingRuby on Rails andErlang by GitHub, Inc. developers Wanstrath,[68] Hyett, and Preston-Werner.
The primary purpose of GitHub is to facilitate theversion control andissue tracking aspects of software development. Labels, milestones, responsibility assignment, and a search engine are available for issue tracking. For version control, Git (and, by extension, GitHub) allowspull requests to propose changes to the source code. Users who can review the proposed changes can see a diff between the requested changes and approve them. In Git terminology, this action is called "committing" and one instance of it is a "commit." A history of all commits is kept and can be viewed at a later time.
In addition, GitHub supports the following formats and features:
Wikis,[70] with some repositories consisting solely of wiki content. These include curated lists of recommended software which have become known as awesome lists.[71][72]
GitHub Codespaces, anonline IDE providing users with a virtual machine intended to be a work environment to build and test code[73][74][75]
Graphs: pulse, contributors, commits, code frequency, punch card, network, members
3D render files can be previewed using an integrated STL file viewer that displays the files on a "3D canvas."[81] The viewer is powered byWebGL andThree.js.
Support for previewing many common image formats, including Photoshop's PSD files
GitHub's Terms of Service do not require public software projects hosted on GitHub to meet theOpen Source Definition. Theterms of service state, "By setting your repositories to be viewed publicly, you agree to allow others to view and fork your repositories."[82]
GitHub Enterprise is a self-managed version of GitHub with similar functionality. It can be run on an organization's hardware or a cloud provider and has been available as of November 2011.[update][83] In November 2020, source code for GitHub Enterprise Server was leaked online in an apparent protest against DMCA takedown ofyoutube-dl. According to GitHub, the source code came from GitHub accidentally sharing the code with Enterprise customers themselves, not from an attack on GitHub servers.[84][85]
In 2008, GitHub introduced GitHub Pages, astaticweb hosting service forblogs, project documentation,[86][87] and books.[88] All GitHub Pages content is stored in a Git repository as files served to visitors verbatim or inMarkdown format. GitHub is integrated withJekyll static website and blog generator and GitHub continuous integration pipelines. Each time the content source is updated, Jekyll regenerates the website and automatically serves it via GitHub Pages infrastructure.[89]
Like the rest of GitHub, it includes free and paid service tiers. Websites generated through this service are hosted either assubdomains of the github.io domain or can be connected to customdomains bought through a third-partydomain name registrar.[90] GitHub Pages supports HTTPS encryption.[91][92]
GitHub Actions,[93] which allows buildingcontinuous integration andcontinuous deployment pipelines for testing, releasing and deploying software without the use of third-party websites/platforms.
GitHub also operates apastebin-style site calledGist, which is forcode snippets, as opposed to GitHub proper, which is usually used for larger projects.[18] Tom Preston-Werner débuted the feature at a Ruby conference in 2008.[94]
Gist builds on the traditional simple concept of apastebin by adding version control for code snippets, easy forking, andTLS encryption for private pastes. Because each "gist" is its own Git repository, multiple code snippets can be contained in a single page, and they can be pushed and pulled using Git.[95]
Unregistered users could upload Gists until March 19, 2018, when uploading Gists was restricted to logged-in users, reportedly to mitigatespamming on the page of recent Gists.[96]
Gists'URLs use hexadecimal IDs, and edits to Gists are recorded in arevision history, which can show the text difference of thirty revisions per page with an option between a "split" and "unified" view. Like repositories, Gists can be forked, "starred", i.e., publicly bookmarked, and commented on. The count of revisions, stars, and forks is indicated on the gist page.[97]
In 2016, GitHub announced the launch of the GitHub Campus Experts program[99] to train and encourage students to grow technology communities at their universities. The Campus Experts program is open to university students 18 years and older worldwide.[100] GitHub Campus Experts are one of the primary ways that GitHub funds student-oriented events and communities, Campus Experts are given access to training, funding, and additional resources to run events and grow their communities. To become a Campus Expert, applicants must complete an online training course with multiple modules to develop community leadership skills.
GitHub also provides somesoftware as a service (SaaS) integrations for adding extra features to projects. Those services include:
Waffle.io: project management for software teams, which allows users to automatically see pull requests, automated builds, reviews, and deployments across repositories.[101]
Rollbar: provides real-time debugging tools and full-stack exception reporting.[102][103]
Codebeat: automated code analysis for web and mobile developers.[citation needed]
GitHub Sponsors allows users to make monthly money donations to projects hosted on GitHub.[104] The public beta was announced on May 23, 2019, and the project accepts waitlist registrations.The Verge said that GitHub Sponsors "works exactly likePatreon" because "developers can offer various funding tiers that come with different perks, and they'll receive recurring payments from supporters who want to access them and encourage their work" except with "zero fees to use the program." Furthermore, GitHub offers incentives for early adopters during the first year: it pledges to cover payment processing costs and match sponsorship payments up to $5,000 per developer. Furthermore, users can still use similar services like Patreon and Open Collective and link to their websites.[105][106]
In July 2020, GitHub stored a February archive of the site[58] in an abandoned mountain mine inSvalbard, Norway, part of theArctic World Archive and not far from theSvalbard Global Seed Vault. The archive contained the code of all active public repositories, as well as that of dormant but significant public repositories. The 21TB of data was stored onpiqlFilm archival film reels asmatrix (2D) barcode (Boxing barcode), and is expected to last 500–1,000 years.[107][108][109][110]
The GitHub Archive Program is also working with partners on Project Silica, in an attempt to store all public repositories for 10,000 years. It aims to write archives into the molecular structure ofquartz glass platters, using a high-precisionpetahertz pulse laser, i.e. one that pulses aquadrillion (1,000,000,000,000,000) times per second.[110]
In March 2014, GitHub programmer Julie Ann Horvath alleged that founder and CEO Tom Preston-Werner and his wife, Theresa, engaged in a pattern ofharassment against her that led to her leaving the company.[111] In April 2014, GitHub released a statement denying Horvath's allegations.[112][113][114] However, following an internal investigation, GitHub confirmed the claims. GitHub's CEO Chris Wanstrath wrote on the company blog, "The investigation found Tom Preston-Werner in his capacity as GitHub's CEO acted inappropriately, including confrontational conduct, disregard of workplace complaints, insensitivity to the impact of his spouse's presence in the workplace, and failure to enforce an agreement that his spouse should not work in the office."[115] Preston-Werner subsequently resigned from the company.[116] The firm then announced it would implement new initiatives and trainings "to make sure employee concerns and conflicts are taken seriously and dealt with appropriately."[116]
On July 25, 2019, a developer based in Iran wrote onMedium that GitHub had blocked his private repositories and prohibited access to GitHub pages.[117] Soon after, GitHub confirmed that it was now blocking developers inIran,Crimea,Cuba,North Korea, andSyria from accessing private repositories.[118] However, GitHub reopened access to GitHub Pages days later, for public repositories regardless of location. It was also revealed that using GitHub while visiting sanctioned countries could result in similar actions occurring on a user's account. GitHub responded to complaints and the media through a spokesperson, saying:
GitHub is subject to US trade control laws, and is committed to full compliance with applicable law. At the same time, GitHub's vision is to be the global platform fordeveloper collaboration, no matter where developers reside. As a result, we take seriously our responsibility to examine government mandates thoroughly to be certain that users and customers are not impacted beyond what is required by law. This includes keeping public repositories services, including those for open source projects, available and accessible to support personal communications involving developers in sanctioned regions.[119][120]
Developers who feel that they should not have restrictions can appeal for the removal of said restrictions, including those who only travel to, and do not reside in, those countries. GitHub has forbidden the use ofVPNs andIP proxies to access the site from sanctioned countries, as purchase history and IP addresses are how they flag users, among other sources.[121]
On December 4, 2014, Russia blacklisted GitHub.com because GitHub initially refused to take down user-posted suicide manuals.[122] After a day, Russia withdrew its block,[123] and GitHub began blocking specific content and pages in Russia.[124] On December 31, 2014, India blocked GitHub.com along with 31 other websites over pro-ISIS content posted by users;[125] the block was lifted three days later.[126] On October 8, 2016, Turkey blocked GitHub to prevent email leakage of a hacked account belonging to the country's energy minister.[127]
On March 26, 2015, a large-scaleDDoS attack was launched against GitHub.com that lasted for just under five days.[128] The attack, which appeared to originate from China, primarily targeted GitHub-hosted user content describing methods ofcircumventing Internet censorship.[129][130][131]
On April 19, 2020, Chinese police detained Chen Mei and Cai Wei (volunteers for Terminus 2049, a project hosted on GitHub), and accused them of "picking quarrels and provoking trouble." Cai and Chen archived news articles, interviews, and other materials published on Chinese media outlets and social media platforms that have been removed by censors in China.[132]
GitHub has a $200,000 contract withU.S. Immigration and Customs Enforcement (ICE) for the use of their on-site product GitHub Enterprise Server. This contract was renewed in 2019, despite internal opposition from many GitHub employees. In an email sent to employees, later posted to the GitHub blog on October 9, 2019, CEONat Friedman stated, "The revenue from the purchase is less than $200,000 and not financially material for our company." He announced that GitHub had pledged to donate $500,000 to "nonprofit groups supporting immigrant communities targeted bythe current administration."[133] In response, at least 150 GitHub employees signed an open letter re-stating their opposition to the contract, and denouncing alleged human rights abuses by ICE. As of November 13, 2019,[update] five workers had resigned over the contract.[134][135][136]
The ICE contract dispute came into focus again in June 2020 due to the company's decisionto abandon "master/slave" branch terminology, spurred by the George Floyd protests andBlack Lives Matter movement.[137] Detractors of GitHub describe the branch renaming to be a form ofperformative activism and have urged GitHub to cancel their ICE contract instead.[138] An open letter from members of the open source community was shared on GitHub in December 2019, demanding that the company drop its contract with ICE and provide more transparency into how they conduct business and partnerships. The letter has been signed by more than 700 people.[139]
In January 2021, GitHub fired one of its employees after he expressed concern for colleagues following theJanuary 6 United States Capitol attack, calling some of the rioters "Nazis".[140] After an investigation, GitHub's COO said there were "significant errors of judgment and procedure" with the company's decision to fire the employee. As a result of the investigation, GitHub reached out to the employee, and the company's head of human resources resigned.[141][142]
In 2023, parts of the social media platformTwitter were uploaded onto GitHub. The leak was first reported by theNew York Times and was part of a legal filing Twitter submitted to theUnited States District Court for the Northern District of California. Twitter claimed that the postings infringed on copyright property owned by them, and asked the court for information to identify the user who posted the source code to GitHub, under the username "FreeSpeechEnthusiast".[143]
Linus Torvalds, the original developer of the Git software, has highly praised GitHub by stating "The hosting of github [sic] is excellent. They've done a good job on that. I think GitHub should be commended enormously for making open source project hosting so easy." However, he also sharply criticized the implementation of GitHub's merging interface, stating that "Git comes with a nice pull-request generation module, but GitHub instead decided to replace it with their own totally inferior version. As a result, I consider GitHub useless for these kinds of things. It's fine for hosting, but the pull requests and the online commit editing, are just pure garbage."[144][145]
^abCatone, Josh (July 24, 2008)."GitHub Gist is Pastie on Steroids".Archived from the original on March 22, 2021. RetrievedFebruary 13, 2018.GitHub hosts about 10,000 projects and officially launched in April of this year after a beta period of a few months.
^Klint finley (June 2, 2011)."Github Has Surpassed Sourceforge and Google Code in Popularity".ReadWrite.Archived from the original on August 1, 2020. RetrievedFebruary 13, 2018.During the period Black Duck examined, Github had 1,153,059 commits, Sourceforge had 624,989, Google Code and 287,901 and CodePlex had 49,839.
^All GitHub Pages sites, including sites correctly configured with a custom domain, support HTTPS and HTTPS enforcement."Securing your GitHub Pages site with HTTPS".help.github.com. GitHub.Archived from the original on March 22, 2021. RetrievedJune 1, 2020.