pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>Expand description
(git2) Add a git submodule to the repository
pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>(git2) Add a git submodule to the repository