chore: git clone example using personal access token for easier reference

This commit is contained in:
Michele Cereda
2023-11-09 00:15:02 +01:00
parent aea570d2ad
commit 7c72e4e5fb

View File

@@ -16,6 +16,9 @@
# Login to Azure DevOps with a PAT.
az devops login --organization 'https://dev.azure.com/organization_name'
# Clone a repository using a PAT.
git clone 'https://pat_value@dev.azure.com/organization_name/project_name/_git/repo_name'
# Create new repositories.
az repos create --name 'repo_name' \
--org 'https://dev.azure.com/organization_name' --project 'project_name'