Add copy subcommand.

This commit is contained in:
Joey Hess 2010-11-27 17:02:53 -04:00
parent eeae910242
commit e97d13e29b
4 changed files with 74 additions and 52 deletions

View file

@ -102,6 +102,14 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
When used with the --from option, moves the content of annexed files
from the specified repository to the current one.
* copy [path ...]
When used with the --to option, copies the content of annexed files from
the current repository to the specified one.
When used with the --from option, copies the content of annexed files
from the specified repository to the current one.
* init description
Initializes git-annex with a description of the git repository,