Open hahagittax opened 3 years ago
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language that supports C bindings.
https://www.nodegit.org/api/ 实现一次 git init 和 clone 等 git 基本操作。