Moving Files in Git Repository
问题 I want to restructure my files and folders in Git repo without losing the Histories. The current Git repo has been migrated from SVN and it has got the SVN histories in it. Now, when I try to move the files around the Git repo, I am losing the current Git history, but I have the old SVN histories which got migrated from SVN. But, I want to have all the histories when I move the files and folders. I have tried git mv, log --follow, just cut and paste, etc... but nothing keeps track of the new