NodeGit是libgit2的Node.js绑定版本。
示例代码:
var Git = require("nodegit");//cloneGit.Clone("https://git.oschina.net/ld/J2Cache.git", "tmp").then(function(repository) {});//open Git.Repository.open("tmp").then(function(repository) {});NodeGit是libgit2的Node.js绑定版本。
示例代码:
var Git = require("nodegit");//cloneGit.Clone("https://git.oschina.net/ld/J2Cache.git", "tmp").then(function(repository) {});//open Git.Repository.open("tmp").then(function(repository) {});
评论