diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-22 17:47:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-22 17:47:55 -0400 |
commit | c3d96ee38a07e2cd9b27241155f80c5020a814f1 (patch) | |
tree | 733143c1c1c6f30d9db96930c3e6244c821af1fd /doc/walkthrough | |
parent | 2035b22a01ba45505ce6367cdbeb1f6e86e9bd70 (diff) |
adjust walkthrough for git-annex branch
don't just pull master.. pull everything
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/getting_file_content.mdwn | 2 | ||||
-rw-r--r-- | doc/walkthrough/using_Amazon_S3.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
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 |