This commit is contained in:
Joey Hess 2011-09-19 12:21:53 -04:00
parent 3b2e462018
commit 73f3a00c1c

View file

@ -9,7 +9,7 @@ information indicates are present in a given repository. For example,
if you want to populate newarchive with files, but not those already if you want to populate newarchive with files, but not those already
on oldarchive, you could do it like this: on oldarchive, you could do it like this:
git annex copy --not -in oldarchive --to newarchive git annex copy --not --in oldarchive --to newarchive
Without the --not, --in makes it act on files that *are* in the specified Without the --not, --in makes it act on files that *are* in the specified
repository. So, to remove files that are on oldarchive: repository. So, to remove files that are on oldarchive: