Function workspace_node_tools::git::git_config
source ยท pub fn git_config(
username: &String,
email: &String,
cwd: &String,
) -> Result<bool, Error>Expand description
Configure git user name and email
pub fn git_config(
username: &String,
email: &String,
cwd: &String,
) -> Result<bool, Error>Configure git user name and email