adjust walkthrough for git-annex branch
don't just pull master.. pull everything
This commit is contained in:
parent
2035b22a01
commit
c3d96ee38a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue