libgit2cpp
libgit2cpp copied to clipboard
Clone and Pull Example
Hi,
This library is so cool! do you have example for clone and pull ?
Thanks
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.