mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-05-14 23:24:04 +08:00
9 lines
239 B
JavaScript
9 lines
239 B
JavaScript
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);
|
|
});
|