Skip to main content

commit_tree

Function commit_tree 

Source
pub fn commit_tree(
    tree: &str,
    parent: &str,
    message: &str,
    dir: &str,
    sign: bool,
) -> Result<String>