pub fn get_git_untracked_files( config: &GitConfig<'_>, git_dir: Option<&Path>, ) -> Result<Option<Vec<String>>, String>
Returns the files that haven’t been added to git yet.