diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-27 19:04:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-27 19:04:12 -0400 |
commit | f66f97c90e5692ab34cb95e6facdec194a72456b (patch) | |
tree | 8c3e9ef825dea785515868dc0f6ac65285f0a7a4 /doc/git-annex.mdwn | |
parent | 2888562724acd06ed2acd5c5a318a88d9e33d484 (diff) |
document the little-known get --from
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 1b8464b31..3dcc11705 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -72,6 +72,9 @@ subdirectories). will involve copying them from another repository, or downloading them, or transferring them from some kind of key-value store. + Normally git-annex will choose which repository to copy the content from, + but you can override this using the --from option. + * drop [path ...] Drops the content of annexed files from this repository. |