add node_modules

This commit is contained in:
fxy060608
2018-11-18 15:15:00 +08:00
parent 2ca7c14dbc
commit 5ceb08127a
1366 changed files with 120305 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
test-checkout
+8
View File
@@ -0,0 +1,8 @@
var gitClone = require('../index');
gitClone('git@github.com:jaz303/tpl-simple-site.git', './test-checkout', {
checkout: 'a76362b0705d4126fa4462916cabb2506ecfe8e2' },
function(err) {
console.log("complete!");
console.log(err);
});