Git

Git (/ɡɪt/) is a distributed revision control system. It is a computer program that helps people create other computer programs together. Git was made to be fast.[6] It was created by Linus Torvalds for use in developing the Linux kernel which he also created. Git's current development is looked after by Junio Hamano. It is free and open source software released under the GNU General Public License version 2 software license.[7]

Git-logo-2012.svg
Git session.svg
A command-line session showing repository creation, addition of a file, and remote synchronization
Original author(s)Linus Torvalds[1]
Developer(s)Junio Hamano and others[2]
Initial release7 April 2005; 21 years ago (2005-04-07)
Written inC, Shell, Perl, Tcl[3]
Operating systemPOSIX (Linux, macOS, Solaris, AIX), Windows
Available inEnglish
TypeVersion control
LicenseGPL-2.0-only[lower-roman 1][5]

References

  1. Initial revision of "git", the information manager from hell (8 April 2005)GitHub. Retrieved 20 December 2015.
  2. Commit Graph (8 June 2016)GitHub. Retrieved 19 December 2015.
  3. Git Source Code Mirror. GitHub. Retrieved 1 January 2017.
  4. Git's LGPL license at github.com. GitHub (20 May 2011). Retrieved 12 October 2014.
  5. Git's GPL license at github.com. GitHub (18 January 2010). Retrieved 12 October 2014.
  6. Linus Torvalds (2005-04-07). "Re: Kernel SCM saga..". linux-kernel mailing list. http://marc.info/?l=linux-kernel&m=111288700902396. Retrieved 2011-11-30.  "So I'm writing some scripts to try to track things a whole lot faster."
  7. About - Git. git-scm.com. Retrieved 2021-05-12.
Notes
  1. GPL-2.0-only since 2005-04-11. Some parts under compatible licenses such as LGPLv2.1.[4]

Other websites