requiredHeadCommitSha property

String? requiredHeadCommitSha
getter/setter pair

The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail.

If unset, no validation on the current HEAD commit SHA is performed.

Optional.

Implementation

core.String? requiredHeadCommitSha;