git_pull
Synchronize changes from a remote Git repository to a local branch. Specify the repository path, remote name, and branch to pull updates efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch name | |
remote | No | Remote name | |
repository_path | Yes | Path to the git repository |