I would like to restructure some files within my git repo while preserving the history of these files on bitbucket.
I have read the post where it was advised to use the git log --follow
command. However bitbucket doesn't seem to be able to use the follow flag.
Is there any other way to preserve the history while moving files within a repository ?