pub fn get_git_user_info() -> (Option<String>, Option<String>)
Get git user name and email from config.
Returns a tuple of (user.name, user.email), where each is Some if configured.
Some