pub async fn git_status( client: &SshClient, repo_path: &str, ) -> Result<GitStatus, ToolsError>
Fetch deploy-state for repo_path on the given SSH connection.
repo_path