Get a list of files that are currently staged.
Array of staged file paths
const files = await git.getStagedFiles()// ["src/index.ts"] Copy
const files = await git.getStagedFiles()// ["src/index.ts"]
0.2.0
Get a list of files that are currently staged.