This is what we have
- Existing website, fully functional and working
- Added a new --bare repo to a folder outside of public_html (for example deploy.git)
- We use hooks and can push to the public_html using post-recieve
- I can't pull all files, only the ones added after the --bare was created (this makes perfect sense to me)
Question
What would be the process to add all of our production files to the repo?
Or have we made a cascade of errors?