What’s the best practice to implement the Version Control for WordPress Website Development from localhost to Deployment?
Any way better than this?
- Setup WordPress using MAMP and install your theme and setup everything
- Push to Bitbucket
- Push to Live Servver
- Export the Local DB and Import to Live Server DB
How about future changes? Maintenance after deployment.
- Export the DB from live server and import to Local DB?
- Continue the development?
I just drop some links for tools that i use: