Difference between revisions of "Git (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * [[Git Bash]] - [[Bash]] shell optimized for use with Git. | ||
* [[GitHub]] | * [[GitHub]] | ||
* [[Revision control]] | * [[Revision control]] |
Revision as of 07:09, 18 August 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
- Git Bash - Bash shell optimized for use with Git.
- GitHub
- Revision control
- Software development
- Source code repository
- Linus Torvalds
External links
- Git (software) @ Wikipedia