Versioning and your WordPress site?

The most prudent way is to use a staging server. The workflow would be: DVCS (git, mercurial) Remote repository for multiple users (self hosted, github, bitbucket, etc,). Staging server, push master files to. If all is good send the files from staging to live. Some Notes: Have only one/two people actually manage the master push … Read more