So I have a Git repo with the following folder structure:
A/B/C1
C2
The first dozens of commits were done in folder C1 and then C2 was created and the C1 contents were copied over and work continued in C2.
What I now want is just one folder C in the repo's root with the combined history of the former subfolders C1 and C2. No A, no B and no C1 or C2.
Any idea how to achive this?