Acacha\Llum\Console\GithubInitCommand::runGitPush PHP 메소드

runGitPush() 보호된 메소드

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