summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-22 20:35:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-22 20:35:39 -0400
commitff38e49eb453ccfd58ce0e424aeca97389ab0100 (patch)
treea16c87b4fde45cc3ce640dade31080927110783f /doc/git-annex.mdwn
parent8ff3c73556704f94dcf80a1ddbed9430a1579a54 (diff)
--from/--to can be used to limit the remote repository that git-annex uses.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 37100fcee..e67d9092c 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -133,10 +133,17 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Specifies a key to operate on, for use with the addkey subcommand.
+* --from=repository
+
+ Specifies a repository that content will be retrieved from.
+ It should be specified using the name of a configured git remote.
+
+ This can be used to limit the repository used by 'git annex get'.
+
* --to=repository
Specifies a git repository that content will be sent to.
- It can be specified by a path, url, or remote name.
+ It should be specified using the name of a configured git remote.
## CONFIGURATION