git_pull
Pull updates from a remote Git repository, specify branch and rebase options, and sync local code with the latest changes. Ideal for managing repository versions and maintaining up-to-date working copies.
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 |