gitFetch
Updates remote-tracking branches by fetching from a remote without merging. Prepares the repository for listing branches or checking out the latest state.
Instructions
Fetch updates from a remote without merging. Updates remote-tracking branches so gitListBranches and gitCheckout see the latest state. Use gitPull to fetch and merge in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Remote to fetch from (default: origin) | |
| all | No | Fetch from all configured remotes. Default: false. |