diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 16:45:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 16:45:49 +0000 |
commit | f837cbe639d5315d8bba23c3d405634f020ccdfc (patch) | |
tree | 5f65a12346a48a6fd09479e8a92618f5733f599f /doc/rcs | |
parent | 4a55e6aa38bb8a420cff0a08241fbedbb411a76c (diff) |
web commit by http://natalian.org/
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/gitmanual.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rcs/gitmanual.mdwn b/doc/rcs/gitmanual.mdwn index b40ac0034..209e2901d 100644 --- a/doc/rcs/gitmanual.mdwn +++ b/doc/rcs/gitmanual.mdwn @@ -75,6 +75,8 @@ Great, we see the usb.mdwn file has been modified. Now we need to check it out t * this master/origin stuff * 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 |