git_pull
Pull changes from a remote Git repository to update your local branch with the latest commits from collaborators.
Instructions
Pull changes from remote repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Remote name (default: origin) | origin |
| branch | No | Branch name (default: current branch) |