return to the de facto Standards area
Source: The following is from the English Wikipedia on GIT
-
Git (/ɡɪt/)
1) is a distributed version-control system for tracking changes in source code during software development.2) It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed,3) data integrity,
4) and support for distributed, non-linear workflows.
5)
-
Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development.
6) Its maintainer since 2005 is and continues to be Junio Hamano.
-
As with most other distributed version-control systems, and unlike most client–server systems, every Git directory on every computer is a full-fledged repository with complete history and full version-tracking abilities, independent of network access or a central server.7)
-
Git is free and open-source software distributed under the terms of the GNU General Public License version 2.
Table 1: Data Sheet for GIT
| Characteristic | Value |
| Original author(s) | Linus Torvalds8) |
| Developer(s) | Junio Hamano and others9) |
| Initial release | 7 April 2005 |
| Stable release | 2.21.0 / 24 February 2019 10) |
| Repository | https://git.kernel.org/pub/scm/git/git.git/ |
| Written in | C, Shell, Perl, Tcl, Python11) |
| Operating system | POSIX: Linux, Windows, macOS |
| Available in | English |
| Type | Version control |
| License | |
| Website | https://git-scm.com/ |