Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommitTemporaryWorkingCopyOptions

Options to commit the temporary working copy.

Hierarchy

  • ICommitTemporaryWorkingCopyOptions

Index

Properties

commitMessage?: string

A message to identify the changes to commit.

force?: boolean

Set true to commit to a targetBranchName that is different from the working copy base branch name.

targetCommitId?: string

Commit ID to base the changes on. It will be set to the working copy base revision/commitId if not specified. It will be a hash for Git repositories and a revision number for Subversion repositories.

Generated using TypeDoc