update_feature_branch
Push additional changes to an existing feature branch or open pull request. Adds a new commit with file modifications and pushes it to keep the branch current.
Instructions
Use this when you need to push additional changes to an existing feature branch or open PR. Modifies the branch by adding a new commit with file changes and pushing. Requires 'repo_path', 'branch_name', 'files', and 'commit_message'. The branch must already exist locally. See also: create_feature_branch_pr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Repository path relative to workspace (e.g. 'myrepo') | |
| branch_name | Yes | ||
| files | Yes | ||
| commit_message | Yes |