gulp-git

    0熱度

    1回答

    我有一個幾乎是這裏https://www.npmjs.com/package/gulp-git /** * Checkout production build branch. */ gulp.task('checkout-dist', function(){ git.checkout('dist', function (err) { if (err) throw err;