From c3d96ee38a07e2cd9b27241155f80c5020a814f1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Jun 2011 17:47:14 -0400 Subject: adjust walkthrough for git-annex branch don't just pull master.. pull everything --- doc/walkthrough/getting_file_content.mdwn | 2 +- doc/walkthrough/using_Amazon_S3.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/walkthrough') diff --git a/doc/walkthrough/getting_file_content.mdwn b/doc/walkthrough/getting_file_content.mdwn index bf45fd97f..71f95f79e 100644 --- a/doc/walkthrough/getting_file_content.mdwn +++ b/doc/walkthrough/getting_file_content.mdwn @@ -6,7 +6,7 @@ We can use this to copy everything in the laptop's annex to the USB drive. # cd /media/usb/annex - # git pull laptop master + # git pull laptop # git annex get . get my_cool_big_file (from laptop...) ok get iso/debian.iso (from laptop...) ok diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn index 7f972afe1..b59ca9b4f 100644 --- a/doc/walkthrough/using_Amazon_S3.mdwn +++ b/doc/walkthrough/using_Amazon_S3.mdwn @@ -23,7 +23,7 @@ The configuration for the S3 remote is stored in git. So to make another repository use the same S3 remote is easy: # cd /media/usb/annex - # git pull laptop master + # git pull laptop # git annex initremote cloud initremote cloud (gpg) (checking bucket) ok -- cgit v1.2.3