CreateCommitOnBranch
Appends a commit to the given branch of the procedure's repository as the authenticated user.
Input
| Name | Type | Description |
| BranchName | String | The unqualified name of the branch to append the commit to. |
| ExpectedHeadOid | String | The git commit oid expected at the head of the branch prior to the commit. |
| MessageBody | String | The commit message the be included with the commit. The body of the message. |
| MessageHeadline | String | The commit message the be included with the commit. The headline of the message. |
| FileChangeAdditions | String | File to add or change. |
| FileChangeDeletions | String | Files to delete. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| CommitId | String | The ID of the new commit. |