pub fn parse_git_c_path(command: &str, cwd: &Path) -> Option<String>
Parse git -C <path> from a command.
git -C <path>
Returns the path argument if found.