So basically because of a university course I had to push repositories like this to my GitHub seperately because the professor preferred the oversight:
/Assignment1
/Assignment2
/Assignment3
Etc.
These all have a folder with a project inside, and their own commit history. What I'd like to do is combine these all into one repository like "course name assignments" and then have it be a repository with a root folder containing a folder each for what was previously its own repository. Like:
/CourseAssignments
-/Assignment1
-/Assignment2
-/Assignment3
BUT also keep the commit history of the individual assignments.
Is there any way to do this using Git commands?