From 771f93c5c8cc3c6d39d4c42351184a755ea53790 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Thu, 3 Jun 2010 13:14:06 +0200 Subject: [PATCH] basic outline --- NOTES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 NOTES 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 +