Added a comment
authorericm <ericm@web>
Tue, 20 Oct 2020 13:45:10 +0000 (13:45 +0000)
committeradmin <admin@branchable.com>
Tue, 20 Oct 2020 13:45:10 +0000 (13:45 +0000)
doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment [new file with mode: 0644]

diff --git a/doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment b/doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment
new file mode 100644 (file)
index 0000000..39e3294
--- /dev/null
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="ericm"
+ avatar="http://cdn.libravatar.org/avatar/67ca64c5a99fb142fc2e3916333881ca"
+ subject="comment 3"
+ date="2020-10-20T13:45:09Z"
+ content="""
+This worked for me:
+
+    git -c annex.largefiles=largerthan=200mb -c annex.addsmallfiles=false annex add --backend=WORM .
+
+Then this adds the remaining files:
+
+    git annex add .
+
+Thanks for the help!
+"""]]