pub fn add_submodule<'a>(
    repo: &'a Repository,
    url: &str,
    path: &Path
) -> Submodule<'a>
Expand description

Add a git submodule to the repository.