1
0
Fork 0

basic outline

This commit is contained in:
Scott Chacon 2010-06-03 13:14:06 +02:00
commit 771f93c5c8
1 changed files with 33 additions and 0 deletions

33
NOTES Normal file
View File

@ -0,0 +1,33 @@
Introduction
(how git is different)
Getting and Creating Projects
* init
* clone
Basic Snapshotting
* add
* status
* diff
* commit
* rm, mv
* reset
Branching and Merging Contexts
* branch
* merge
* cherry-pick
* log
Sharing and Updating Projects
* fetch, pull
* push
Inspection, Comparison and History
* log
* diff
Fixing History
* rebase
* revert