Can anyone please tell me why i have the grey icon when i push my files to github ? In side the app directory, there should be models, views , and controllers but in the remote GitHub I can't click in.
Nested Git repository:gitmodules file in your main repository), add, commit and push. The white arrow would then disappear, and you would be able to access that folder content on GitHub.
On your machine, if you navigated to the directory with the arrow and tried to view hidden files, you'd see a . git folder, indicating that it is a repository. This means that it is a repo contained inside the outer repo that you had pushed to GitHub.
git rm --cached <folder_name>
Then go to the parent directory and do:
git add . git commit -m "<your_message>" git push --all
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With