this.git.exec('pull', this.remoteBranch, function(err, stdout) {
    if (err) cb(err);
    if (stdout) debug(stdout);
    debug('Finished pulling repo');
    if (cb) cb();