pub fn config_file_set(
    file: &Path,
    key: &str,
    value: &str
) -> Result<(), ConfigSetError>
Expand description

Errors

Throws ConfigSetError on errors

Panics

When git-config(1) execution fails