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

runGitCommit() protected method

Run git commit command.
protected runGitCommit ( )
    protected function runGitCommit()
    {
        $this->showMessageRunningCommand($this->output, 'git commit -a -m "Initial version"');
        passthru('git commit -a -m "Initial version"');
    }