I have two folders, one is for the Frontend and one is for the Backend, both are being tracked and have separate repos.
I want to combine them into one "Project" folder and then track that and push to a new repo which obviously will just house the full App.
Should I remove the tracking from the respective frontend and backend folders before initializing a local repo on the "Project" folder?
Or does it not even make a difference in this case?