Get a list of files changed in the working tree.
Array of changed file paths
const files = await git.getChangedFiles()// ["src/index.ts", "README.md"] Copy
const files = await git.getChangedFiles()// ["src/index.ts", "README.md"]
0.2.0
Get a list of files changed in the working tree.