remoteBranch property

String? remoteBranch
getter/setter pair

The name of the branch in the Git remote to which commits should be pushed.

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

Optional.

Implementation

core.String? remoteBranch;