Check out an Azure DevOps PR's source branch locally
Fetches and switches to the source branch of a specified Azure DevOps pull request locally.
When to use
Use this when you need to work on the source branch of a pull request from Azure DevOps in your local git repository.
How to invoke
both
npx claudepluginhub lttr/claude-marketplace<pr-number>azdo/pr/git branch --show-currentgit status --shortCheck out the source branch of an Azure DevOps pull request.
Arguments ($ARGUMENTS):
123) → fetch and checkout that PR's source branchWorkflow:
az repos pr show --id <pr-number> --query '{sourceBranch: sourceRefName, title: title}' -o jsonrefs/heads/ prefix from sourceBranchgit fetch origin <branch>git checkout <branch>Error handling: