I have a folder with multiple subfolders that I would like to upload to Git. I would like to be able to edit my code from multiple computers, without having to worry about which one I'm on. My folders are set up something like this:
top-folder\week1
top-folder\week2
top-folder\week3
top-folder\week4
Some of the subfolders have subfolders of their own that have already been set up as repos:
top-folder\week3\exercise2[cloned repo]
top-folder\week3\exercise4[cloned repo]
Is it possible to set up "top-folder" as a repo, so that I can access all the code files in the subfolders?