I have several .screen files inside /xxx/documentation
and its subdirectories that are already tracked by Git.
After modifying many of these screen files, I run git add documentation/\\*.screen
—as indicated by the first example in git-add
's documentation—to stage these files, but the command fails:
fatal: pathspec 'documentation/\*.screen' did not match any files
Is my command bad, or does git have a bug?