remoteBranch property

String? remoteBranch
getter/setter pair

The name of the branch in the Git remote from which to pull commits.

If left unset, the repository's default branch name will be used.

Optional.

Implementation

core.String? remoteBranch;