Solution:
Several options:
- Sync files with git, possibly on pushing to a central repo – that’s what I use daily.
- rsync (run manually when needed)
- Some people are using capistrano or something similar, but I personally think that this is not necessary if you’re making frequent changes in a staging environment.