git pathspec directory glob including cwd
In a git pathspec, the pattern **/name.ext
will match name.ext
in any subdirectory, but not the current working directory. For example:
In a git pathspec, the pattern **/name.ext
will match name.ext
in any subdirectory, but not the current working directory. For example: