c# - How to create a submodule with libgit2sharp -


i'm trying work out how create submodule libgit2sharp. it's not obvious looking through code , can't find test this. appreciated.

essentially, i'm trying equivalent of this:

git submodule add git@github.com:user/project.git 

this feature not implemented yet.

a work in progress pull request (#482) has been opened tackle this.

make sure subscribe in order notified of future progress.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -