This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68 2015-03-27 18:11:07 +00:00 committed by admin
parent f6b2c21d52
commit 11ddbe4431

View file

@ -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.