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?
Jacob_Peterson
Sep 14, 2023Copper Contributor
gauthamgangadhar
You can export a list of all remote branches in a repo with the following command:
git branch -r > myBranches.txt