useGit API
    Preparing search index...

    Function changedFileCount

    • Get the number of files changed in the working tree.

      Returns Promise<number>

      Number of changed files

      const count = await git.changedFileCount()
      console.log(count)

      0.2.0