I have this situation in my dev directory with git:
/mobile.html
/sub-folder/mobile.html
This is the same file with commits in both places. I worked on mobile.html in root first and then moved it to /sub-folder but its commits never followed. I continued to work on it and made new commits.
So now I basically have:
- /mobile.html- commit a, commit b
- /sub-folder/mobile.html- commit c, commit d
Is there anyway to join the commit history on these two files?
 
     
     
    