ts-repo-utils
    Preparing search index...
    • Checks if the repository has uncommitted changes.

      Parameters

      • Optionaloptions: Readonly<{ silent?: boolean }>

      Returns Promise<boolean>

      True if the repo is dirty, false otherwise.

      Error if git command fails.