pub async fn git_status(repo: &Path) -> Result<StatusReport, GitError>Expand description
Return the working-tree and index status of repo.
pub async fn git_status(repo: &Path) -> Result<StatusReport, GitError>Return the working-tree and index status of repo.