Nice! git push, well, pushes commits from our local repository to the remote.
git push
Psst: we need to commit changes before we can push them to the remote.
Didn't we want to get changes to the remote and not from it?