this.git.exec('commit', {m: true}, comMsg, function (err, stdout) {
    if (err) cb(err);
    if (stdout) debug(stdout);
    debug ('Changes committed');
    if (cb) cb();