git_pull
Fetch and integrate changes from a remote repository or local branch. Supports merge or rebase, with configurable remote and branch.
Instructions
Fetch from and integrate with another repository or a local branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Remote name | origin |
| branch | No | Branch name (optional) | |
| rebase | No | Rebase instead of merge | |
| path | No | Repository path (optional, defaults to current directory) |