I wonder why a "pull" doesn't just init a repo like a "svn co" does?
+I think I should have used `git-clone ssh://si.dabase.com/home/hendry/wikiwc/.git/`
+
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...
# 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?
+* how ikiwiki interfaces with git. does it have its own working copy? or is it the files simply in ~/wikiwc?
+* I know git-push seems unpopular (git-pull seems to have the emphasis), though I think it is really convenient
+
+# Ack
+
+Thanks to gitte on #git on Freenode
\ No newline at end of file