GitHub

GitHub, Inc.
Type Private
Founded February 8, 2008
Headquarters San Francisco, California, United States
Area served Worldwide
Founder(s) Tom Preston-Werner
Chris Wanstrath
PJ Hyett
CEO Chris Wanstrath
Key people PJ Hyett (COO)
Industry Software
Employees 272 (2015)[1]
Slogan(s) "Build software better, together."
Website github.com
Written in Ruby
Alexa rank positive decrease 93 (April 2015)[2]
Type of site Git repository hosting service
Registration Optional (required for creating and joining projects)
Users 9 million (2015)
Available in English
Launched April 10, 2008
Current status Active

GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features. Unlike Git, which is strictly a command-line tool, GitHub provides a web-based graphical interface and desktop as well as mobile integration. It also provides access control and several collaboration features such as wikis, task management, and bug tracking and feature requests for every project.[3]

GitHub offers both paid plans for private repositories and free accounts, which are usually used to host open-source software projects. As of 2015, GitHub reports having over 9 million users and over 21.1 million repositories,[4] making it the largest code hoster in the world.[5]

Services

GitHub

Development of the GitHub platform began on October 1, 2007.[6][7] The site was launched in April 2008 by Tom Preston-Werner, Chris Wanstrath, and PJ Hyett after it had been made available for a few months prior as a beta period.[8]

Projects on GitHub can be accessed and manipulated using the standard git command-line interface and all of the standard git commands work with it. GitHub also allows registered and non-registered users to browse public repositories on the site. Multiple desktop clients and git plugins have also been created by GitHub and other third parties which integrate with the platform.

The site provides social networking-like functions such as feeds, followers, wikis (using wiki software called gollum) and a social network graph to display how developers work on their versions ("forks") of a repository and which fork (and branch within that fork) is newest.

A user must create an account in order to contribute content to the site, but public repositories can be browsed and downloaded by anyone. With a registered user account, users are able to discuss, manage, create repositories, submit contributions to others' repositories, and review changes to code.

GitHub also operates other services: a pastebin-style site called Gist[8] which is for hosting code snippets (GitHub proper is for hosting larger projects), and a slide hosting service called Speaker Deck.

The software that runs GitHub was written using Ruby on Rails and Erlang by GitHub, Inc. developers Chris Wanstrath,[9] PJ Hyett, and Tom Preston-Werner.

GitHub launched a new program to give students free access to their tools on 7 October 2014. It is called the GitHub Student Developer Pack. GitHub will partner with Bitnami, Crowdflower, DigitalOcean, DNSimple, HackHands, Namecheap, Orchestrate, Screenhero, SendGrid, Stripe, Travis CI and Unreal Engine to launch the program.[10]

Scope

GitHub is mostly used for code.

In addition to source code, GitHub supports the following formats and features:

Licensing of repositories

GitHub's Terms of Service do not require public software projects hosted on GitHub to meet the Open Source Definition. Therefore (and in any case) it is advisable for users and developers intending to use a piece of software found on GitHub to read the software license in the repository (usually found in a top-level file called "LICENSE", "LICENSE.txt", or similar) to determine if it meets their needs.

GitHub Enterprise

GitHub Enterprise is similar to GitHub's public service but is designed for use by large-scale enterprise software development teams where the enterprise wishes to host their repositories behind a corporate firewall.[12]

Gist

Tom Preston-Werner presented the then-new Gist feature at a punk rock Ruby conference in 2008.[13] Gist builds on the traditional simple concept of a pastebin by adding version control for code snippets, easy forking, and SSL encryption for private pastes. Because each "gist" has its own Git repository, multiple code snippets can be contained in a single paste and they can be pushed and pulled using Git. Further, forked code can be pushed back to the original author in the form of a patch, so gists (pastes) can become more like mini-projects.

History

The shading of the map illustrates the number of users as a proportion of each country’s Internet population. The circular charts surrounding the two hemispheres depict the total number of GitHub users (left) and commits (right) per country.

Company

GitHub, Inc. was originally known as Logical Awesome.

In 2014, GitHub's former CEO Tom Preston-Werner resigned from the company after GitHub confirmed harassment allegations.[26][27][28][29]

GitHub's salespeople are not paid on a commission basis.[30]

Organizational structure

As of December 2012, GitHub, Inc. was a flat organization with no middle managers; in other words, "everyone is a manager" (self-management).[31] Employees can choose to work on projects that interest them (open allocation). However, salaries are set by the chief executive.[32]

In 2014, GitHub, Inc. introduced a layer of middle management.[33]

Finance

GitHub.com is a start-up business, which in its first years provided enough revenue to be funded solely by its three founders and start taking on employees.[34] In July 2012, four years after the company was founded, Andreessen Horowitz invested $100M in venture capital.[3]

See also

References

  1. "GitHub Team Info". github.com. Github. Retrieved 2015-03-30.
  2. "Github.com Alexa Ranking". Alexa Internet. Retrieved 2015-04-06.
  3. 3.0 3.1 Williams, Alex (9 July 2012). "GitHub Pours Energies into Enterprise – Raises $100 Million From Power VC Andreessen Horowitz". Tech Crunch. Andreessen Horowitz is investing an eye-popping $100 million into GitHub
  4. "GitHub Press Info". github.com. Github. Retrieved 2015-03-30.
  5. Georgios Gousios; Bogdan Vasilescu; Alexander Serebrenik; Andy Zaidman. "Lean GHTorrent: GitHub Data on Demand" (PDF). The Netherlands: Delft University of Technology & †Eindhoven University of Technology. p. 1. Retrieved 9 July 2014. During recent years, GITHUB (2008) has become the largest code host in the world.
  6. Weis, Kristina (2014-02-10). "GitHub CEO and Co-Founder Chris Wanstrath Keynoting Esri’s DevSummit!". in 2007 they began working on GitHub as a side project
  7. Preston-Werner, Tom (19 October 2008). "GitHub Turns One!". GitHub. Retrieved 2014-03-28.
  8. 8.0 8.1 Catone, Josh (24 July 2008). "GitHub Gist is Pastie on Steroids".
  9. "Interview with Chris Wanstrath". Doeswhat.com. 2012-03-06. Retrieved 2013-02-26.
  10. By Frederic Lardinois, TechCrunch. "GitHub Partners With Digital Ocean, Unreal Engine, Others To Give Students Free Access To Developer Tools." 7 October 2014. 7 October 2014.
  11. Weinhoffer, Eric (2013-04-09). "GitHub Now Supports STL File Viewing".
  12. "Introducing GitHub Enterprise". GitHub. Retrieved 13 July 2014.
  13. Preston-Werner, Tom (2008-07-20). God's memory leak - a scientific treatment. RubyFringe. Retrieved 2014-10-21. He previewed the upcoming git feature gist
  14. Dascalescu, Dan (3 November 2009). "The PITA Threshold: GitHub vs. CPAN". Dan Dascalescu's Wiki.
  15. "One Million Repositories, Git Official Blog". 25 July 2010.
  16. "Those are some big numbers, Git Official Blog". 20 April 2011.
  17. Peter Levine (2012-07-09). "Software Eats Software Development".
  18. "Code-sharing site Github turns five and hits 3.5 million users, 6 million repositories". TheNextWeb.com. 2013-04-11. Retrieved 2013-04-11.
  19. "10 Million Repositories". GitHub.com. 2013-12-23. Retrieved 2013-12-28.
  20. "Russia Blacklists, Blocks GitHub Over Pages That Refer To Suicide".
  21. "GitHub, Vimeo and 30 more sites blocked in India over content from ISIS". thenextweb.com. The Next Web. 2014-12-31.
  22. "Large Scale DDoS Attack on github.com". github.com. GitHub. March 27, 2015. Retrieved March 31, 2015.
  23. "Last night, GitHub was hit with massive denial-of-service attack from China". theverge.com. The Verge. March 27, 2015. Retrieved March 27, 2015.
  24. "U.S. Coding Website GitHub Hit With Cyberattack". wsj.com. The Wall Street Journal. March 29, 2015. Retrieved March 29, 2015.
  25. "Massive denial-of-service attack on GitHub tied to Chinese government". arstechnica.com. Ars Technica. March 31, 2015. Retrieved April 1, 2015.
  26. Biddle, Sam; Tiku, Nitasha (17 March 2014). "Meet the Married Duo Behind Tech's Biggest New Harassment Scandal". Vallywag. Gawker. Retrieved 17 March 2014.
  27. Miller, Claire Cain (21 April 2014). "GitHub Founder Resigns After Investigation". Bits. The New York Times.
  28. Wilhelm, Alex (21 April 2014). "GitHub Denies Allegations Of "Gender-Based Harassment," Co-Founder Preston-Werner Resigns". TechCrunch.
  29. "Follow up to the investigation results". 28 April 2014.
  30. "Github Raises $100 Million From Andreessen Horowitz". Forbes. 9 July 2012.
  31. Ryan Tomayko (2 April 2012). "Show How, Don't Tell What - A Management Style". Retrieved 28 August 2013.
  32. Quentin Hardy. "Dreams of 'Open' Everything". New York Times.
  33. Evelyn, Rusli (17 July 2014). "Harassment claims make startup GitHub grow up". Wall Street Journal. Retrieved 18 July 2014.
  34. Michael, Carney (20 June 2013). "GitHub CEO explains why the company took so damn long to raise venture capital". PandoDaily. Retrieved 10 July 2014.

External links

Wikimedia Commons has media related to GitHub.