This is probably an easy question...
I have 4 source versions of the same software in 4 different directories. I have just started using git for version control. To date, I have just been snapping a desperate copy rolling forward.
I want to merge all versions (1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0) together so that I will have a reference history.
Opposed to just starting out with 1.0.1.0 as the initial version.
I want to get this sort of thing right form the start. Can someone outline the basic steps to accomplish this?
Thanks much, XO