Neither git nor GitHub Desktop seem to recognize the changes that I have in subfolders of any folder i try to add to a repo. I'm just trying to make a new GitHub Pages site: so it's recognizing the files in the parent folder fine (folder name: username.github.io), but when i clone a theme into the username.github.io/themes/themename directory, it doesn't pick up anything there.
Strangely, I also tried to commit a set of folders with files, and this is what happened:
Parent Folder(repository)
- subfolder A: files
- subfolder B: files + another subfolder
It recognized all the files from subfolder A, but nothing from subfolder B, except that it was there--but it only recognized it as "empty."
I've tried deleting and re-making the repository a few times. There's no .gitignore in either folder.
Here's the error message I get when I try to commit the files that it is recognizing. It's also saying all of these files are empty, and they are not.
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
./
nothing added to commit but untracked files present (use "git add" to track)