Git An introduction to Git #15

Basic commands

clone  -- obtain a copy of a repository

pull   -- merge in changes from another repository

status -- determine which files have been modified locally

add    -- add a file to the repository

commit -- commit changes to local repository

push   -- send commits to a remote repository
Copyright © 2009
http://www.pmichaud.com/2009/pres/