copy --from, get --from: When --force is used, ignore the location log and always try to get the file from the remote.
This commit is contained in:
parent
bc786b6f06
commit
66285ca3d1
3 changed files with 14 additions and 5 deletions
|
@ -101,7 +101,11 @@ subdirectories).
|
|||
When used with the `--to` option, copies the content of annexed files from
|
||||
the current repository to the specified one.
|
||||
|
||||
To avoid contacting the remote to check if it has every file, specify `--fast`
|
||||
To avoid contacting the remote to check if it has every file
|
||||
when copying --to the repository, specify `--fast`
|
||||
|
||||
To force checking the remote for every file when copying --from the
|
||||
repository, specify `--force`.
|
||||
|
||||
* `status` [path ...]`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue