question

SayanNaskar-5107 avatar image
0 Votes"
SayanNaskar-5107 asked azure-cxp-api edited

How to fetch pull requests using git

I want to fetch the list of Pull Requests using git.

Github has the support: https://stackoverflow.com/questions/27567846/how-can-i-check-out-a-github-pull-request-with-git
We can just add this to .git/config:

[remote "origin"]
  fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

But when I tried the same method for AZDO, it didn't fetch anything. I even tried git-pr from the git-extras package.

not-supported-azure
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

karishmatiwari-msft avatar image
0 Votes"
karishmatiwari-msft answered

The Azure DevOps team and community are active and answering questions on https://developercommunity.visualstudio.com/spaces/21/index.html

Can you please post your question there instead?

You can also ask for help here https://stackoverflow.com/questions/tagged/azure-devops.

Thanks

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.