sync_with_remote
Update a local Git repository by fetching and integrating changes from the remote upstream to prepare for new work.
Instructions
Use this when you need to update a local repo with upstream changes before starting work. Fetches and integrates changes from the remote. Requires 'repo_path'. Optional: 'branch', 'remote' (default 'origin'), 'strategy' ('merge' or 'rebase', default 'merge'). See also: git_clone, git_push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| branch | No | ||
| remote | No | ||
| strategy | No |