adjust walkthrough for git-annex branch

don't just pull master.. pull everything
This commit is contained in:
Joey Hess 2011-06-22 17:47:14 -04:00
parent 2035b22a01
commit c3d96ee38a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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