push_files
Commit and push multiple files to a GitLab project branch in one operation, specifying file paths and content.
Instructions
Push multiple files in a single commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| branch | Yes | Branch to push to | |
| files | Yes | Array of files to push | |
| commit_message | Yes | Commit message |