Forum Discussion

leonardomoreira's avatar
leonardomoreira
Copper Contributor
Oct 06, 2023

[Azure DevOps API] Get line count in Repo

Hi,

 

I'd like to get the line count of the files inside a ADO repo (remote) as it would be achievable with the command locally:

git diff --shortstat 4b825dc642cb6eb9a060e54bf8d69288fbee4904

Currently I've tried it via ADO API but with no success to get same result.

Resources