I'm trying to add the Laravel files to a Github repo.
I ran
$ git clone https://github.com/laravel/laravel.git
The files show up fine locally but do not show up when I push to github:
The commit shows:
How can I add the laravel files to my github repo? Also, what is a subproject commit?