git_update_from_git
Update a workspace to a specified Git commit, synchronizing items from the repository. Resolve conflicts by preferring workspace or remote changes to maintain the desired state.
Instructions
Update workspace from the connected Git repository (long-running)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Update options | |
| workspaceId | Yes | The workspace ID | |
| workspaceHead | No | Workspace head object ID for concurrency control | |
| remoteCommitHash | Yes | The remote commit hash to update to | |
| conflictResolution | No | Conflict resolution settings |