0

If I import a repository from Github to Azure repos using the import functionality in Azure Devops. Will it bring across all branches as they are on the server? Ow will i need to import each branch one at a time?

MicroMan
  • 1,988
  • 4
  • 32
  • 58

2 Answers2

1

The default import functionality in Azure DevOps will import the entire repository, including all branches. so you'll only have to do a single import to get all the history in there

Remco Brilstra
  • 798
  • 5
  • 13
0

Yes it Does, it brings all branches across as is. I did a test

MicroMan
  • 1,988
  • 4
  • 32
  • 58