Skip to main content

get_git_status

Function get_git_status 

Source
pub fn get_git_status(project_root: &Path) -> Result<Option<GitStatus>>
Expand description

Check git status for a project directory

This uses the git command-line tool for reliability and compatibility.