libgit2cpp icon indicating copy to clipboard operation
libgit2cpp copied to clipboard

Clone and Pull Example

Open rlaurente opened this issue 3 years ago • 1 comments

Hi,

This library is so cool! do you have example for clone and pull ?

Thanks

rlaurente avatar Nov 15 '21 18:11 rlaurente

Hi,

There is example for clone (385f56d8abfe4da2dfaa7c82628f689cf286a727). There is no examples for pull, but pull is not a primitive in libgit2 -- it's a combination of fetch with merge or rebase.

AndreyG avatar Nov 16 '21 06:11 AndreyG