Difference between revisions of "Git (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (GitHub) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | '''Git''' (/ɡɪt/) is a distributed [[revision control]] system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. | + | '''Git''' (/ɡɪt/) is a distributed [[revision control]] system with an emphasis on speed, [[data integrity]], and support for distributed, non-linear [[Workflow|workflows]]. |
− | 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]]. | + | == 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]]. | ||
== See also == | == See also == | ||
* [[GitHub]] | * [[GitHub]] | ||
+ | * [[Revision control]] | ||
+ | * [[Software development]] | ||
+ | * [[Source code repository]] | ||
+ | * [[Linus Torvalds|[[Torvalds, Linus]]]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Git_(software) Git (software)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Git_(software) Git (software)] @ Wikipedia |
Revision as of 13:36, 8 September 2015
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.
See also
- GitHub
- Revision control
- Software development
- Source code repository
- [[Linus Torvalds|Torvalds, Linus]]
External links
- Git (software) @ Wikipedia