Git: Difference between revisions

From OLPC
Jump to navigation Jump to search
(added link to git)
(added links, removed todo's)
Line 1: Line 1:
'''Git''' is a version control ("revision control") system used for tracking and managing changes to code.
'''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.


Find git here: http://git.or.cz/
[http://git.or.cz/ Download git at http://git.or.cz/] or


[http://en.wikipedia.org/wiki/Git_(software) Read more about git on Wikipedia]
SCENE MISSING : need a page here explaining what Git is, how to use it, and where to download / install it.

Revision as of 19:15, 23 February 2007

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