Skip to content

Instantly share code, notes, and snippets.

View CDixon0416's full-sized avatar

Casey Dixon CDixon0416

View GitHub Profile
@anuragdhingra
anuragdhingra / AZURE_CLI.md
Created May 18, 2020 10:43
Clone all your azure DevOps repositories in your organization at once using Azure CLI.
  1. Install Azure CLI
brew install azure-cli
  1. Add the DevOps CLI extension -
az extension add --name azure-devops
  1. Set your default organization and project -