Expand description
Rhai wrappers for Git module functions
This module provides Rhai wrappers for the functions in the Git module.
Functionsยง
- git_
clone - Clone a git repository to a temporary location
- git_
repo_ commit - Wrapper for GitRepo::commit
- git_
repo_ has_ changes - Wrapper for GitRepo::has_changes
- git_
repo_ path - Wrapper for GitRepo::path
- git_
repo_ pull - Wrapper for GitRepo::pull
- git_
repo_ push - Wrapper for GitRepo::push
- git_
repo_ reset - Wrapper for GitRepo::reset
- git_
tree_ find - Wrapper for GitTree::find
- git_
tree_ get - Wrapper for GitTree::get
- git_
tree_ list - Wrapper for GitTree::list
- git_
tree_ new - Wrapper for GitTree::new
- register_
git_ module - Register Git module functions with the Rhai engine