Git

From OLPC
Revision as of 15:15, 23 February 2007 by Jm3 (talk | contribs) (added links, removed todo's)
Jump to: navigation, search

Git is a version control ("revision control") system for programmers used to track and manage changes to code. It happens to be a decentralized system, with no "master" tree, and was originally written by Linus Torvalds to manage the Linux kernel sources.

Download git at http://git.or.cz/ or

Read more about git on Wikipedia