commit 771f93c5c8cc3c6d39d4c42351184a755ea53790 Author: Scott Chacon Date: Thu Jun 3 13:14:06 2010 +0200 basic outline diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..182a07f --- /dev/null +++ b/NOTES @@ -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 +