const promise_email = git.Config
      .openDefault()
      .then(function(config) {
        return config.getString('user.email');
      })