I'm sure there's something very simple I'm doing wrong here, so I made these diagrams in the hope that someone can figure it out for me. Basically, I cannot get any new files from my cloned repo to show up on the original repo on the server.
Currently, I have a magento installation on my production server. I made this a --bare --shared git repository then cloned it to my local mac git.

I understand how to stage and commit within the clone repository, but I assume this is all local, the commits are contained within the mac's repository and don't actually touch the server.

This is where something is going wrong, now that I have my local repo in the state I want it, do I push it to the original repo?

Then, I assume I will stage and commit the changes on the server?

Last, I realize this is a very basic workflow, but I'd like to master this layout for now before I make things more complex.
Thank you.