I have two copies of the same project, say Project1 and Project2. The contents of the two projects are same. However, Project1 is having a history, and as Project2 is just a copy of Project1, it doesn't have a history of its own.
Now, to maintain a proper folder structure, I need to delete Project1 (with history) and continue the development with Project2 (without history). How can I copy the history into Project2? Since it is exact copy of Project1, I suspect there should be a way to do this.
Thanks in advance!