16 Feb
Telling your wordpress environments apart
I am doing some work with WordPress, where we have a development server and a production server. The development side is set up as a git repo, and the production side pulls from the dev repo when we want to pull in changes: git pull origin master I move between the two environments using the [...]
