I have a project which has two directories frontend and backend.
Inside project I had a .git Initialized, however, I noticed that inside the frontend directory there was a .git file causing the white arrow to appear on the folder. I removed that .git folder. However, right now GitHub is not picking up any changes on the frontend directory. I was wondering how I can set it to pick up those changes?
my structure is:
project
--.git
--backend
--frontend
-----project_frontned_src
--.gitignore
When I go to project/frontend and run git add .
I get an error:
fatal: in unpopulated submodule 'frontend/project_frontned_src'