summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 16:26:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 16:26:42 +0000
commit96ec6e7cf3014c5c8835d57284d2569410c78f83 (patch)
tree5a928b20f62be901524b0ba13dbadd8dc724d15e /doc
parente08da2afc164ba494f500cd1f33296951ad2bce7 (diff)
web commit by http://natalian.org/
Diffstat (limited to 'doc')
-rw-r--r--doc/rcs/gitmanual.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rcs/gitmanual.mdwn b/doc/rcs/gitmanual.mdwn
index 69c84cd3c..528232856 100644
--- a/doc/rcs/gitmanual.mdwn
+++ b/doc/rcs/gitmanual.mdwn
@@ -66,3 +66,9 @@ I wonder why a "pull" doesn't just init a repo like a "svn co" does?
Great, we see the usb.mdwn file has been modified. Now we need to check it out to update the local work tree (and the wiki?)
hendry:242$ git-checkout master usb.mdwn
+
+
+# Stuff I am confused about
+
+* this master/origin stuff
+* why do I have to explicitly say the filename "usb.mdwn" for it to be updated? \ No newline at end of file