Skip to main content

git_tree_new

Function git_tree_new 

Source
pub fn git_tree_new(base_path: &str) -> Result<GitTree, Box<EvalAltResult>>
Expand description

Wrapper for GitTree::new

Creates a new GitTree with the specified base path.