pub fn git_tree_get(
git_tree: &mut GitTree,
name_or_url: &str,
) -> Result<GitRepo, Box<EvalAltResult>>Expand description
Wrapper for GitTree::get
Gets a single GitRepo object based on an exact name or URL.
The underlying Rust GitTree::get method returns Result<Vec