This commit is contained in:
parent
6b3920b168
commit
505f1a7cd9
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
But git annex does nothing:
|
||||||
|
|
||||||
|
```
|
||||||
git clone my-repo repo-archive
|
git clone my-repo repo-archive
|
||||||
cd repo-archive
|
cd repo-archive
|
||||||
git annex init
|
git annex init
|
||||||
git annex copy --to=here --not --unused
|
git annex copy --to=here --not --unused
|
||||||
|
```
|
||||||
|
|
||||||
However, git annex exits without copying any files, my repo is still empty afterwards.
|
However, git annex exits without copying any files, my repo is still empty afterwards.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue