diff --git a/index.js b/index.js index 3f744b0..d64fd61 100644 --- a/index.js +++ b/index.js @@ -39,7 +39,7 @@ module.exports = function (options) { // execute('git add ' + folder, function () { - execute('git add ' + folder + ' && git commit -m "' + message + '"', function () { + execute('git add ' + folder + ' && git commit -n -m "' + message + '"', function () { gutil.log('Temporarily committing ' + chalk.magenta(folder)); execute('git ls-remote ' + remote + ' ' + branch, function (rmt) { if (rmt.length > 0) {