.TH git-annex-move 1 .SH NAME git\-annex move \- move content of files to/from another repository .PP .SH SYNOPSIS git annex move \fB[path ...] [\-\-from=remote|\-\-to=remote]\fP .PP .SH DESCRIPTION Moves the content of files from or to another remote. .PP .SH OPTIONS .IP "\fB\-\-from=remote\fP" .IP Use this option to move the content of files from the specified remote to the local repository. .IP .IP "\fB\-\-to=remote\fP" Use this option to move the content of files from the local repository to the specified remote. .IP .IP "\fB\-\-all\fP" Rather than specifying a filename or path to move, this option can be used to move all available versions of all files. .IP This is the default behavior when running git\-annex in a bare repository. .IP .IP "\fB\-\-unused\fP" Operate on files found by last run of git\-annex unused. .IP .IP "\fB\-\-key=keyname\fP" Use this option to move a specified key. .IP .IP "file matching options" The git\-annex\-matching\-options(1) can be used to specify files to move. .IP .SH SEE ALSO git\-annex(1) .PP .SH AUTHOR Joey Hess .PP .PP