push_files
Push multiple files to a GitLab project in a single commit with a specified branch and commit message.
Instructions
Push multiple files to a GitLab project in a single commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of files to push | |
| branch | Yes | Branch to push to | |
| project_id | Yes | Project ID or URL-encoded path | |
| commit_message | Yes | Commit message |