This is apparently a submodule directory. I am suppose to have a .submodule folder or/and a .git folder within the directory of that app which I don't. (I can see all hidden files on finder) I pull and push and everything is up-to-date.
Info from: GitHub projects "un-clickable" in repo
I have done git remote -v
it shows to my only repo I have.
Info from: What does a grey icon in remote GitHub mean
Interestingly when I do this command in my repo git submodule update --init
it is referencing the app that has a problem No submodule mapping found in .gitmodules for path 'Capstone Blog'
Info from: What is this grey git icon?
Also When I do git submodule deinit .
it know which app has the problem. No submodule mapping found in .gitmodules for path 'Capstone Blog'
Info from: What is the current way to remove a git submodule?