Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GitAmendSupport

Hierarchy

  • GitAmendSupport

Implements

  • ScmAmendSupport

Index

Constructors

Properties

git: Git
provider: GitScmProvider
repository: Repository

Methods

  • getInitialAmendingCommits(amendingHeadCommitSha: string, latestCommitSha: undefined | string): Promise<ScmCommit[]>
  • getLastCommit(): Promise<undefined | ScmCommit>
  • getMessage(commit: string): Promise<string>
  • isHeadInitialCommit(): Promise<boolean>
  • reset(commit: string): Promise<void>