This commit is contained in:
parent
d3117290cd
commit
5cbce5f308
1 changed files with 17 additions and 0 deletions
17
doc/bugs/g-a_move_has_force_option_described_twice.mdwn
Normal file
17
doc/bugs/g-a_move_has_force_option_described_twice.mdwn
Normal file
|
@ -0,0 +1,17 @@
|
|||
The **force** option in [[git-annex-move]] is described twice.
|
||||
|
||||
* `--force`
|
||||
|
||||
Override numcopies and required content checking, and always remove
|
||||
files from the source repository once the destination repository has a
|
||||
copy.
|
||||
|
||||
Note that, even without this option, you can move the content of a file
|
||||
from one repository to another when numcopies is not satisfied, as long
|
||||
as the move does not result in there being fewer copies.
|
||||
|
||||
* `--force`
|
||||
|
||||
When moving content from a remote, ignore location tracking information
|
||||
and always check if the remote has content. Can be useful if the location
|
||||
tracking information is out of date.
|
Loading…
Add table
Reference in a new issue