this.git.exec('config', null, ['user.name',that.name || 'GitPub'], function(err, stdout) {
    if (err) cb(err);
    if (stdout) debug(stdout);
    debug('User Set');
    if (cb) cb(null);