response
This commit is contained in:
parent
d0077cc62b
commit
890d8eb279
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2019-09-10T18:23:24Z"
|
||||||
|
content="""
|
||||||
|
I guess you moved the files using something other than `git mv`. So the
|
||||||
|
files in `_archive` are not being tracked by git, the same as if you'd
|
||||||
|
added new files to the repo.
|
||||||
|
|
||||||
|
If so, need to `git annex add _archive`
|
||||||
|
(or `git add _archive` since you're using v7.)
|
||||||
|
|
||||||
|
The lack of output from git-annex indicates it's not found any files to
|
||||||
|
work on.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue