pub fn repo_status(
repo: &GitRepository,
show: StatusShow,
) -> Result<BTreeMap<String, Status>, Error>
Expand description
Checks if the repo is clean, ie has no uncommited and untracked files
pub fn repo_status(
repo: &GitRepository,
show: StatusShow,
) -> Result<BTreeMap<String, Status>, Error>
Checks if the repo is clean, ie has no uncommited and untracked files