diff --git a/doc/forum/annex.largefile_not_working/comment_2_18bc73688897728d0bcae6df1225e6e3._comment b/doc/forum/annex.largefile_not_working/comment_2_18bc73688897728d0bcae6df1225e6e3._comment new file mode 100644 index 0000000000..22eb0c3027 --- /dev/null +++ b/doc/forum/annex.largefile_not_working/comment_2_18bc73688897728d0bcae6df1225e6e3._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2023-12-04T16:48:09Z" + content=""" +`git add` always adds the annexed file unlocked. You can `git-annex lock` +the file is you want to convert it to a symlink. + +(The reason for this difference between `git add` and `git-annex add` is +that there's simply no way for git-annex to tell `git add` to make the file +be a symlink.) +"""]]