diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-11 14:20:22 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-11 14:21:19 +0200 |
commit | 0129dbad772f9d6800d8476dd34c25a7378f21a6 (patch) | |
tree | 4bb13fa9c75477454ea9a134d704a8dc1621dba4 /doc/special_remotes | |
parent | d3e1d378d037ded1d7eb31e45fb0e4a5e8320b01 (diff) |
add note that this is not what's wanted if two trees with files visible is the desired use case
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/directory.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index d23c1ae26..4f9263dc0 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -5,6 +5,10 @@ you want to use it to sneakernet files between systems (possibly with [[encrypted|encryption]] contents). Just set up both systems to use the drive's mountpoint as a directory remote. +If you just want two copies of your repository with the files "visible" +in the tree in both, the directory special remote is not what you want. +Instead, you should use a regular `git clone` of your git-annex repository. + ## configuration These parameters can be passed to `git annex initremote` to configure the |