ssh_git_status
Retrieve git status from a remote repository: view current branch, modified, staged, and untracked files via SSH.
Instructions
Get git status of a repository on the remote server.
Returns the current branch, modified files, staged files, and untracked files.
Args: cwd: Path to the git repository. Defaults to host's default_cwd. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| host | No |