Git: Difference between revisions
Jump to navigation
Jump to search
RafaelOrtiz (talk | contribs) mNo edit summary |
PaulSchulz (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
git-clone git://dev.laptop.org (To get the code) |
git-clone git://dev.laptop.org (To get the code) |
||
git-pull (To update the code) |
git-pull (To update the code) |
||
git-status -a (To see the status of your |
git-status -a (To see the status of your commits) |
||
git-checkout -- (To undo your |
git-checkout -- (To undo your commits) |
||
Revision as of 11:06, 11 April 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.
Git Commands
git-clone git://dev.laptop.org (To get the code) git-pull (To update the code) git-status -a (To see the status of your commits) git-checkout -- (To undo your commits)
Git for OLPC
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