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
Post a Comment