diff --git a/doc/forum/How_to_see_what_will_go_to_annex_vs_git/comment_1_d26ea587da51a6f663d64ebb19976a2b._comment b/doc/forum/How_to_see_what_will_go_to_annex_vs_git/comment_1_d26ea587da51a6f663d64ebb19976a2b._comment new file mode 100644 index 0000000000..763e722ffb --- /dev/null +++ b/doc/forum/How_to_see_what_will_go_to_annex_vs_git/comment_1_d26ea587da51a6f663d64ebb19976a2b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="pat" + avatar="http://cdn.libravatar.org/avatar/6b552550673a6a6df3b33364076f8ea8" + subject="comment 1" + date="2021-07-04T00:28:09Z" + content=""" +`git config annex.addsmallfiles false` will make it so `git annex add` only adds files that should be annexed. So I can `git annex add` first, and then if I have any files left over that should have been annexed, I can add their file suffixes to the inclusion list. Slick! +"""]]