git_pull
Pull changes from a remote Git repository into a local branch, with options to specify the remote, branch, and rebase instead of merge. Use this tool via the Git Repo Browser MCP server.
Instructions
Pull changes from a remote repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch to pull (default: current branch) | |
rebase | No | Whether to rebase instead of merge | |
remote | No | Remote name | origin |
repo_path | Yes | The path to the local Git repository |