pub fn get_git_config(key: &str) -> Option<String>
Get a git config value by key.
Returns Some(value) if the config key exists and has a non-empty value, None otherwise.
Some(value)
None