Difference between revisions of "Git (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 21: | Line 21: | ||
* [https://en.wikipedia.org/wiki/Git_(software) Git (software)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Git_(software) Git (software)] @ Wikipedia | ||
+ | [[Category:Revision control]] | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Web design and development]] | [[Category:Web design and development]] |
Revision as of 06:39, 20 April 2016
Git (/ɡɪt/) is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows.
Description
Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development.
Learning Git
See Learning Git (1).
See also
External links
- Git (software) @ Wikipedia