]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/rcs/gitmanual.mdwn
web commit by http://natalian.org/
[ikiwiki.git] / doc / rcs / gitmanual.mdwn
index 5282328567d7c033af045589bcd2da24ba6e58fe..b40ac00346affd3f829b6715457c5de9bf75d202 100644 (file)
@@ -17,6 +17,8 @@ I wonder why a "pull" doesn't just init a repo like a "svn co" does?
     monty:~/git-testing% git-init
     Initialized empty Git repository in .git/
 
+You might want to set some config variables like your email as this [tutorial](http://www.kernel.org/pub/software/scm/git/docs/tutorial.html) describes.
+
     monty:~/git-testing% git-pull ssh://si.dabase.com/home/hendry/wikiwc/.git/
     warning: no common commits
     remote: Generating pack...
@@ -71,4 +73,9 @@ Great, we see the usb.mdwn file has been modified. Now we need to check it out t
 # 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
+* why do I have to explicitly say the filename "usb.mdwn" for it to be updated?
+* why do I have to explicitly have to write the url if I am going a git-pull again? I know I can alias it, but why can't it just pull from the last source?
+
+# Ack
+
+Thanks to gitte on #git on Freenode
\ No newline at end of file