mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
9 lines
444 B
Markdown
9 lines
444 B
Markdown
# UpdateBranchRepoOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**force** | **Boolean** | Force update even if the change is not a fast-forward | [optional]
|
|
**newCommitId** | **String** | New commit SHA (or any ref) the branch should point to |
|
|
**oldCommitId** | **String** | Expected old commit SHA of the branch; if provided it must match the current tip | [optional]
|