Mar 07 2022
03:12 AM
- last edited on
Mar 05 2024
01:33 PM
by
TechCommunityAP
Mar 07 2022
03:12 AM
- last edited on
Mar 05 2024
01:33 PM
by
TechCommunityAP
I want to compare two commits in Azure DevOps and get the response in git .diff format.
I tried the APIs listed in doc https://docs.microsoft.com/en-us/rest/api/azure/devops/git/diffs/get?view=azure-devops-rest-6.0.
But it only returns the diff in JSON format.
How can I get the data in the git diff format?