Across multiple repositories, with no fancy sub repos or anything, when I make a new file Git does not see it.
I can use git status
and it shows nothing. I can use git add .
and no files are staged. I have to manually add each and every file I create with git add /path/to/file.extension
, but that works at least.
Yes, I know what you're thinking. No I don't have anything in my .gitignore
files that would be causing this.
I upgraded to Git version 2.16.1
, and no dice. Same as before. Thanks for any advice!