I had a vscode project - folder with django and react, frontend and backend are the 2 folders.
\djangoshop
\frontend #git was done here and uploaded to github
\backend
Now after i m starting to do some work in backend folder i somehow need to track it too. But git init was done only in frontend initially. how to rehash it so i can commit and it will track backend folder too?
so when i do commits, it will also track and upload changes happening in both folders?