Nice! Using git add with ., we can add all the unstaged files in the current directory (and deeper), making this a great way to add multiple files.
git add
.
Might it be that, this way, Git would look for a single file with the name of all?
all