What is a good C or Obj-C framework for manipulating Git Repositories?

Posted by Andrew Theken on Programmers See other posts from Programmers or by Andrew Theken
Published on 2011-01-08T19:22:40Z Indexed on 2011/01/08 20:00 UTC
Read the original article Hit count: 269

Filed under:
|
|

What Obj-C/C libraries have you used for manipulating git repos in your Mac apps?

I am working on a Mac app that I would like to be able to clone and modify git repos. Using git directly is not an option as it is GPL and I'd like to sell my app commercially without opening the source. I've seen libgit2, which I could link, but I'm not sure how to do that properly, and it doesn't appear to implement any of the things necessary for pushing/pulling repos over the git protocol.

© Programmers or respective owner

Related posts about c

    Related posts about libraries