create_or_update_file
Create or update a file in a GitLab project by specifying project ID, file path, content, commit message, and branch. Optionally rename the file using previous_path.
Instructions
Create or update a single file in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| file_path | No | ||
| content | No | ||
| commit_message | No | ||
| branch | No | ||
| previous_path | No |