I have a requirement to move few files from one repo to another repo with files commit history. Both repos are completely different structure.
Repo 2 is belongs to another team.
Repo 1 - /folder1/subfolder1/text.txt
TO
Repo 2 - folder1/test.txt
Do we have a way to do this ?.