Forum Discussion
gauthamgangadhar
Sep 13, 2023Copper Contributor
Export branches from Azure Repo
Hi Community,
I have many branches under Azure Repo and need to export all of it. What is the easiest way to export?
2 Replies
- Jacob_PetersonCopper Contributor
gauthamgangadhar
You can export a list of all remote branches in a repo with the following command:git branch -r > myBranches.txt