update_feature_branch
Push new changes to an existing feature branch by adding a commit with file modifications and updating the remote branch.
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 |