Questions tagged [objective-git]

An Objective-C framework that provides bindings to libgit2 library.

libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library.

ObjectiveGit wraps libgit2 features, in a developer friendly way, to OS X and iOS platforms.

16 questions
0
votes
1 answer

Pull (fetch & merge) with libgit2

I've been using objecitive-git and libgit2 to try to implement pull functionality. As git pull is just a 'porcelain' command and is made up of a git fetch followed by a git merge origin/master then that would be how I implemented it. The fetch is…
Joshua
  • 15,200
  • 21
  • 100
  • 172
1
2