Git-based version control plugin for WordPress. Undo any change, branch & merge easily, migrate database content between environments and more. http://versionpress.net/
VersionPress is young 🐣 . It works fine on simpler sites and you're encouraged to try it in your development workflows but there are no guarantees that it will work reliably, especially with complex 3rd party plugins and themes. Learn more & see the roadmap.
To use VersionPress:
- Make sure you read the Early Access notes.
- Download the latest version from http://versionpress.net/.
- Install to your WordPress site.
- Read the quick start tutorial and part 2 on staging.
- Enjoy!
To develop VersionPress:
- Make sure you have tools like Git, NPM, Composer, WP-CLI etc. installed, see Dev-Setup.md.
- Clone this repo.
- Run
npm install
.
See CONTRIBUTING.md for more.
There are many ways to contribute:
- Developers, we'd love your help.
- Good at writing? Help maintain the docs.
- Found a bug? File an issue.
See CONTRIBUTING.md for more. Thank you!