Get diff statistics for the working tree.
Aggregated diff statistics
const stats = await git.diffStats()// { files: 3, additions: 24, deletions: 6, binaryFiles: 0 } Copy
const stats = await git.diffStats()// { files: 3, additions: 24, deletions: 6, binaryFiles: 0 }
0.2.0
Get diff statistics for the working tree.