libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Submodule Add

Open luni64 opened this issue 4 years ago • 1 comments

Is it possible to do the equivalent of git submodule add repo path with libgit2sharp? Looks like the provided functionality only provides a read only access to the list of submodules

luni64 avatar Nov 26 '21 11:11 luni64

Hello, I was also in need of this feature. I found an old (10 years old) commit where the Add was implemented on SubmoduleCollection, but it seems it has been removed from the current version or never merged. Is there any reason or am I missing something ? See Repository.Submodules.Add created #482

I tried building the vNext branch but it does not build at all

error MSB4062: The "GenerateUniqueIdentifierTask" task could not be loaded

Scal-Human avatar Jul 22 '24 16:07 Scal-Human