Skip to main content

git_status

Function git_status 

Source
pub async fn git_status(
    client: &SshClient,
    repo_path: &str,
) -> Result<GitStatus, ToolsError>
Expand description

Fetch deploy-state for repo_path on the given SSH connection.