Function gitFailFast

  • Runs git command - use this for commands that make changes to the filesystem

    Parameters

    • args: string[]
    • Optional options: SpawnSyncOptions & {
          noExitCode?: boolean;
      }

    Returns void

Generated using TypeDoc