Skip to main content

extract_git_context

Function extract_git_context 

Source
pub fn extract_git_context(cwd: &str) -> GitContext
Expand description

Extract git context from a working directory. Returns a default (empty) context if the directory is not inside a git repo.