Git: Difference between revisions
Jump to navigation
Jump to search
(added links, removed todo's) |
(categorization and linking to OLPC's git) |
||
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 |
'''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/] 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] |
||
---- |
|||
OLPC GIT: http://dev.laptop.org/ |
|||
Wiki: http://dev.laptop.org/wiki |
|||
Roadmap: http://dev.laptop.org/roadmap |
|||
Sources: http://dev.laptop.org/browser |
|||
Tickets: http://dev.laptop.org/query |
|||
[[Category:Developers]] |
|||
[[Category:Software projects]] |
|||
[[Category:Software development]] |
|||
[[Category:Sugar]] |
Revision as of 21:23, 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
OLPC GIT: http://dev.laptop.org/ Wiki: http://dev.laptop.org/wiki Roadmap: http://dev.laptop.org/roadmap Sources: http://dev.laptop.org/browser Tickets: http://dev.laptop.org/query