Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "project/git/gitStatus"

Index

Functions

collectCleanliness

  • collectCleanliness(baseDir: string): Promise<{ isClean: boolean }>

collectFullSha

  • collectFullSha(baseDir: string, commit?: string): Promise<{ sha: string }>

collectIgnoredChanges

  • collectIgnoredChanges(baseDir: string): Promise<{ ignoredChanges: string[]; raw: string }>

collectUpstream

  • collectUpstream(baseDir: string, branch: string): Promise<{ upstream?: { branch: string; inSync: boolean } }>

determineBranch

  • determineBranch(baseDir: string): Promise<string>

isFullyClean

runStatusIn

  • runStatusIn(baseDir: string): Promise<GitStatus>

Generated using TypeDoc