This commit is contained in:
parent
4e7f4441bc
commit
49374fd9c6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
I seem to be having issues with annex.largefiles. I initialize git and the annex, then I set largefiles to put everything in the annex, generate a 1Mb file, add it, and commit it. The file is copied and renamed to its hash value in .git/annex/objects but the file also remains in the main directory instead of being replaced with a symlink. Here are my steps to create the issue:
|
||||
I seem to be having issues with annex.largefiles. I initialize git and the annex, then I set largefiles to put everything in the annex, generate a 1Mb file, `git add` it, and commit it. The file is copied and renamed to its hash value in .git/annex/objects but the file also remains in the main directory instead of being replaced with a symlink. Here are my steps to create the issue:
|
||||
|
||||
git init
|
||||
git annex init
|
||||
|
|
Loading…
Reference in a new issue