This commit is contained in:
parent
7a176b3e49
commit
337c1f806a
1 changed files with 9 additions and 0 deletions
|
@ -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?
|
Loading…
Add table
Add a link
Reference in a new issue