Get the number of files changed in the working tree.
Number of changed files
const count = await git.changedFileCount()console.log(count) Copy
const count = await git.changedFileCount()console.log(count)
getChangedFiles
0.2.0
Get the number of files changed in the working tree.