Replies: 1 comment
-
Deleting the repos and reimporting them is a very time-consuming solution to the problem. Using multiple Remotes would be much quicker. You can add multiple remotes to a git repo to achieve this. For example, if your original repo is at
Now that you have 2 remotes you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Work Item external links get broken if repositories are deleted and imported again.
My scenario is the following:
My solution to clean up broken links was to implement a new flag in the WorkItemMigrationConfig in order to delete previous Git links.
Beta Was this translation helpful? Give feedback.
All reactions