Git (software)
From Wikipedia, the free encyclopedia
| Original author(s) | Linus Torvalds |
|---|---|
| Developer(s) | Junio Hamano, Linus Torvalds, and many others |
| Initial release | April 7, 2005 |
| Stable release | 1.8.0 / 21 October 2012[1] |
| Available in | C, Bourne Shell, Perl[2] |
| Type | Revision control |
| License | GNU General Public License v2 |
| Website | git-scm.com |
Git (/ɡɪt/) is a distributed revision control system that was made to be fast.[3] Git was created by Linus Torvalds for use in developing the Linux kernel. Git's current development is looked after by Junio Hamano. Git is free and open source software released under the GNU General Public License version 2 software license.
References [change]
- ↑ Hamano, Junio (2012-10-28). "[ANNOUNCE] Git v1.8.0". git mailing list. http://marc.info/?l=git&m=135085744104638. Retrieved 2012-10-21.
- ↑ "git/git.git/tree". git.kernel.org. http://git.kernel.org/?p=git/git.git;a=tree. Retrieved 2011-11-30.
- ↑ 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."
Other websites [change]
| The English Wikibooks has more information on: |
- Official website
- Git Community Book
- Introduction to git-svn for Subversion/SVK users and deserters by Sam Vilain
- Git for computer scientists
- Git Magic: a comprehensive listing of Git tips & tricks
- Git Quick Reference
- Linus Torvalds hosting a Google Tech Talk on Git
- Git Wiki at kernel.org