This commit is contained in:
lell 2024-11-15 09:25:32 +00:00 committed by admin
parent 6b3920b168
commit 505f1a7cd9

View file

@ -4,10 +4,12 @@ I tried to clone a present repository to an new folder and move there only files
But git annex does nothing:
```
git clone my-repo repo-archive
cd repo-archive
git annex init
git annex copy --to=here --not --unused
```
However, git annex exits without copying any files, my repo is still empty afterwards.