diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-27 17:02:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-27 17:02:53 -0400 |
commit | e97d13e29b18c4522395996299651334cb221519 (patch) | |
tree | 5270972b2c6941cd3cc66066eefbd33bce9e29e3 /doc/git-annex.mdwn | |
parent | eeae91024285c85a7e77b1b44e501a63bced7154 (diff) |
Add copy subcommand.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 3df835eac..27393de50 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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, |