pub fn get_git_dirty() -> Result<bool, String>
Returns true if the source directory contains uncommitted changes.
true
Returns an error if it fails to execute the git command.
git