Forum Discussion
Sagar_Lad
Dec 29, 2020Brass Contributor
Migrate Azure Devops Project to another project in same Azure Devops Organization
Hi All, I would like to know how to migrate azure devops project to another project within and outside Azure Devops organization?
- Dec 31, 2020
Hello Sagar_Lad,
The steps involved are below.
Add a User to Both Organization
Configure SSH Key
Update the SSH Key in Source DevOps and Clone the Repository
Check out all the Branches and Tags
Update the SSH Key in the Destination DevOps
Remove Old and Add New Origin
Push all the branchesRegards