Function gitcc_core::git_status
source · pub fn git_status(
cwd: &Path,
show: StatusShow
) -> Result<BTreeMap<String, Status>, Error>
Expand description
Checks if the repo has unstaged or untracked files
pub fn git_status(
cwd: &Path,
show: StatusShow
) -> Result<BTreeMap<String, Status>, Error>
Checks if the repo has unstaged or untracked files