diff --git a/doc/forum/lets_discuss_git_add_behavior/comment_9_0184d03047762b2573eede5884f41cd4._comment b/doc/forum/lets_discuss_git_add_behavior/comment_9_0184d03047762b2573eede5884f41cd4._comment new file mode 100644 index 0000000000..6d01517121 --- /dev/null +++ b/doc/forum/lets_discuss_git_add_behavior/comment_9_0184d03047762b2573eede5884f41cd4._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="CandyAngel" + avatar="http://cdn.libravatar.org/avatar/15c0aade8bec5bf004f939dd73cf9ed8" + subject="comment 9" + date="2019-10-09T07:53:43Z" + content=""" +I'm not sure which part of my post you are responding to.. + +Using `git add` with symlinks makes sense because you are adding the symlink, not the file, to git. + +But we are talking about actual files (because unlocked or non-annexed), right? Where `git add` would add it to git instead of the annex.. which makes sense because the command for adding a *file* to git-annex is `git annex add`, not `git add`. +"""]]