Sometimes we want to stage multiple files. While it would take a while to do this file by file, there's a great shortcut.

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.

Might it be that, this way, Git would look for a single file with the name of all?