pub fn extract_git_context(cwd: &str) -> GitContextExpand description
Extract git context from a working directory. Returns a default (empty) context if the directory is not inside a git repo.
pub fn extract_git_context(cwd: &str) -> GitContextExtract git context from a working directory. Returns a default (empty) context if the directory is not inside a git repo.