I have about a hundred visual studio projects in the C: \ temp \ folder, one project is one folder:
C:\temp\TestApp01\ ... C:\temp\WcfTest01\ and so on.
And part of these projects, I decided to pour into a single repository c: \ git \ StudyProjects:
C:\git\StudyProjects\TestApp01\ ... C:\git\StudyProjects\WcfTest01\ And not just to pour, but preferably with saving commits. It is not necessary for me that each of them be dated to a real commit date, they can be dated by today's date, it is critical for me that the infusion project keeps the number and order of commits, so that I can later look at filtering the commit history by folder .
How to do it? I really do not want to transfer the pens, I want to automate: I specified the name of the original project, indicated in which project I’d pour in. But in order to write such a script, you need to understand what commands you can do with it.
Has anyone encountered a similar problem?