Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Type

Context

Description

localPath

null

String

Shared

The path to the local Git repository

remotePath

null

String

Shared

The path to the remote Git repository

remoteName

null

String

Shared

The remote name useful for particular operation like push and pull

operation

null

String

Producer

The operation to perform. Currently supports the following values: clone, init, add, remove, commit, commitAll, createBranch, deleteBranch, createTag, deleteTag, status, log, push, pull, showBranches, cherryPick.

branchName

null

String

Producer

The name of the branch to work on

tagName

null

String

Producer

The tag of the branch to work on

username

null

String

Producer

The username to use in authentication phase to the git repository

password

null

String

Producer

The password to use in authentication phase to the git repository

type

null

String

Consumer

The type of consumer. Currently supports the following values: commit, tag, branch

...