aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68 <Michael@web>2015-03-27 18:11:07 +0000
committerGravatar admin <admin@branchable.com>2015-03-27 18:11:07 +0000
commitd4622c5d83ac853895332dd8a165e4c092ef19bf (patch)
tree3f63ca45d78b2ba18fb4e0ea030f8df5e50438a3
parent6a388d5a0b4070ae861f3dc822a31a8992a15341 (diff)
-rw-r--r--doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn
index 4d002d997..589877860 100644
--- a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn
+++ b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn
@@ -3,6 +3,7 @@ I've been trying to get all image files added to git annex with a wildcard, with
Comands I've tried-
git annex add *.jpg * This outputs to the screen that it's adding each .jpg it finds, but when I go to commit there are 0 files staged.
+
git annex add . --include='*.jpg' * This doesn't return any results.