this.git.exec('config', null, ['user.email',that.email],function (err, stdout) {
      if (err) cb(err);
      if (stdout) debug(stdout);
      debug('Email Set');
      if (cb) cb(null);