pub fn git_tree_new(base_path: &str) -> Result<GitTree, Box<EvalAltResult>>
Wrapper for GitTree::new
Creates a new GitTree with the specified base path.