get_updates
Fetch from remote and show incoming commits not yet in local branch. Returns count and commit summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remoteName | No | Remote name. Default origin. | origin |
| workingDirectory | No | Git repo path. Default current directory. | . |