Acacha\Llum\Console\GithubInitCommand::runGitPull PHP Method

runGitPull() protected method

Run git pull.
protected runGitPull ( )
    protected function runGitPull()
    {
        $this->showMessageRunningCommand($this->output, 'git pull origin master');
        passthru('git pull origin master');
    }