Function git_config

Source
pub fn git_config(
    username: &String,
    email: &String,
    cwd: &String,
) -> Result<bool, Error>
Expand description

Configure git user name and email