wow, non-local bare repos just worked
This commit is contained in:
parent
d28d659a24
commit
486f882471
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ Due to popular demand, git-annex can now be used with bare repositories.
|
|||
|
||||
**This is still an experimental feature!**
|
||||
|
||||
Known to work ok, so far for local bare repositories only:
|
||||
Known to work ok:
|
||||
|
||||
* `git annex move --to` and `--from`, when pointed at a bare repository.
|
||||
* `git annex copy` ditto.
|
||||
|
@ -26,4 +26,3 @@ There are a few caveats to keep in mind:
|
|||
to add content to a bare repository is not recommended, since there
|
||||
will be no record accessible by other repositories that the content
|
||||
is stored there.
|
||||
* `git-annex-shell inannex` fails in a bare repository
|
||||
|
|
Loading…
Reference in a new issue