I had some issues pushing updates via FTPloy, so I decided to set up Git on the client's dedicated host. Installation went beautifully. I created a --bare repo in the /public_html directory where the Drupal files are stored. I set up this repo as a remote, and attempted to push new updates to it. Unfortunately, this did not work. It appears as if everything was sent just fine, but this is not the case. I check the site, and no changes are apparent.
Could this be an issue with my configuration, or am I missing some steps in the process to set up a repo and have it recognize the local changes?