Are there any alternatives to the git binary? -
i want run git on old distro (fedora 4). don't want trigger cascade of dependency installation in order have git binary run. i'm looking alternatives git binary, eg. in java or python. if there anywhere can 32 bit static build, might need.
i suggest libgit2.
this lib portable, pure c implementation of git core methods. 100% cross-platform , has 0 dependencies. has many language bindings, like: ruby, python, node.js, , many more.
Comments
Post a Comment