Git: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Add target to link) |
||
Line 1: | Line 1: | ||
'''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. |
'''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. |
||
[http://git.or.cz/ Download git at http://git.or.cz/] or |
[http://git.or.cz/ Download git at http://git.or.cz/#download] or |
||
[http://en.wikipedia.org/wiki/Git_(software) Read more about git on Wikipedia] |
[http://en.wikipedia.org/wiki/Git_(software) Read more about git on Wikipedia] |
Revision as of 22:10, 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/#download or
Read more about git on Wikipedia
OLPC GIT: http://dev.laptop.org/ (for tracking and submitting bugs and tasks) Wiki: http://dev.laptop.org/wiki Roadmap: http://dev.laptop.org/roadmap Sources: http://dev.laptop.org/browser Tickets: http://dev.laptop.org/query