I have restructured my project folders. I see that i lost commit history before restructuring of files in my remote repository.
I have the history before restructuring locally. Right now everyone who clone the repository doesn't have the commit history before restructuring. Is there anyway i can rebuild the commit history and merge it to the remote repository?
When i try this command :
git log --follow pom.xml I can see full history of file, but when i dont use --follow the log stops at restructuring commit.I would like that it shows all the history. Is there any way to fix this?