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

runGitPush() protected method

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