We are moving from TFVC to GIT and managed to import the history of our branches, the problem is that the link between the two branches were lost during migration.
If you look at the image above, the pink line was imported as the master branch and the blue was imported as the dev branch. In TFVC the dev branch was created from master, so instead of the blue line starting from the void it should be a new branch from the master.
Is there anyway to "link" them to reflect how they were created on TFVC?