fix example: meant to prune --force and include rest of output
This commit is contained in:
parent
1a6a73eeac
commit
94c4da582d
1 changed files with 15 additions and 4 deletions
|
@ -46,8 +46,7 @@ git init a
|
||||||
|
|
||||||
git annex initremote d type=directory directory="$PWD"/../d encryption=none
|
git annex initremote d type=directory directory="$PWD"/../d encryption=none
|
||||||
git annex copy --to=d
|
git annex copy --to=d
|
||||||
|
git annex drop one
|
||||||
git annex drop --force one
|
|
||||||
git annex get one
|
git annex get one
|
||||||
)
|
)
|
||||||
"""]]
|
"""]]
|
||||||
|
@ -57,6 +56,18 @@ git init a
|
||||||
copy one (to d...)
|
copy one (to d...)
|
||||||
ok
|
ok
|
||||||
(recording state in git...)
|
(recording state in git...)
|
||||||
|
drop one ok
|
||||||
|
(recording state in git...)
|
||||||
|
get one (from d...)
|
||||||
|
|
||||||
|
verification of content failed
|
||||||
|
|
||||||
|
Unable to access these remotes: d
|
||||||
|
|
||||||
|
Try making some of these repositories available:
|
||||||
|
e6878750-3a21-4ae9-b9ae-a241f17176a4 -- [d]
|
||||||
|
failed
|
||||||
|
git-annex: get: 1 failed
|
||||||
```
|
```
|
||||||
|
|
||||||
[[!meta author=kyle]]
|
[[!meta author=kyle]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue