Skip to main content

is_working_tree_clean

Function is_working_tree_clean 

Source
pub fn is_working_tree_clean(path: &Path) -> Result<bool>
Expand description

ยงErrors

Returns an error if the path is not a git repository or if the status check fails.