Skip to content

Instantly share code, notes, and snippets.

View gerardoepitacio's full-sized avatar
🎯
Focusing

Gerardo Epitacio gerardoepitacio

🎯
Focusing
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 -