Ask Your Question

Revision history [back]

You can use the following command to show all untracked files including the ones in subdirectories:

git status --untracked-files=all

This will show all untracked files in your repository, even if they are not under the current directory.