diff --git a/doc/forum/Using___39__git_add__39___in_mixed_content_repository__63__/comment_1_4b524cbbd40aedeb7d44f0c6dec9ffa1._comment b/doc/forum/Using___39__git_add__39___in_mixed_content_repository__63__/comment_1_4b524cbbd40aedeb7d44f0c6dec9ffa1._comment new file mode 100644 index 0000000000..89e0a620c4 --- /dev/null +++ b/doc/forum/Using___39__git_add__39___in_mixed_content_repository__63__/comment_1_4b524cbbd40aedeb7d44f0c6dec9ffa1._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2023-04-17T17:37:45Z" + content=""" +Take a look at `git diff --cached bigfile2` and you will see that what has +been checked into git is a git-annex key. + +This is an unlocked annexed file, which is like a locked annexed file but +is represented in git differently. + +`git add` adds files locked because the interface that git-annex is using +to hook into it does not let it stage a symlink into git. + +You can `git-annex lock bigfile2` to convert it to a symlink. +"""]]