joey 2007-08-30 16:26:42 +00:00
parent e08da2afc1
commit 96ec6e7cf3
1 changed files with 6 additions and 0 deletions

View File

@ -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?) 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 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?