git_pull
Fetch and integrate changes from remote repositories into local branches to synchronize code updates and maintain version control.
Instructions
Fetch from and integrate with another repository or a local branch
Input Schema
TableJSON 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) |