summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68 <Michael@web>2015-03-26 20:52:25 +0000
committerGravatar admin <admin@branchable.com>2015-03-26 20:52:25 +0000
commit413fbf83a4e1b0bbebe91dc977cd7831cf39f698 (patch)
treeac2ad165ab79d60e49a6e4b883993d91a7dddbdd
parent3083b6cb68a4bfb6c4c6a2389b379d2370e39c1c (diff)
-rw-r--r--doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn9
1 files changed, 9 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
new file mode 100644
index 000000000..4d002d997
--- /dev/null
+++ b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn
@@ -0,0 +1,9 @@
+I've been trying to get all image files added to git annex with a wildcard, with no luck. If I use 'git annex add image.jpg', the file gets added and I can commit it. Also using 'git annex add .' works for adding all files.
+
+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.
+
+
+What command should I be using on a Mac to just add all files with a specific extension?