Pygit2 is a pain to install on Mac OSX - https://www.pygit2.org/install.html#installing-on-os-x
Requires xcode-select, brew install libgit2, etc....
And it doesn't seem necessary - we can just directly invoke the git executable for the things we need.
Pygit2 is a pain to install on Mac OSX - https://www.pygit2.org/install.html#installing-on-os-x Requires
xcode-select
,brew install libgit2
, etc.... And it doesn't seem necessary - we can just directly invoke the git executable for the things we need.