If WordPress installation is not already in Git repository, you will be able to create new one in Revisr Dashboard..
If you're using HTTPS method to connect to the repository, the password for the repository will be stored in the git config file.
The following code added to htaccess file in the directory will prevent public access content Deny from all.
If using SSH, you will need to generate SSH key on the server and add it to the repository ..
It's also adviseable to add Revisr to the.gitignore file via the settings page to make sure that reverts don't rollback any new functionality...
When importing or restoring the database to earlier commit, Revisr first takes backup of the database, creating restore point from immediately before the import that can be reverted to if needed..
Development URL that will be replaced in the database during import- allowing for backups and restores that work on both your dev and live environments...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixed bug with viewing diffs Firefox, Fixed XSS and escalation vulnerabilities, props @jdgrimes.
Added ability to pull changes from Bitbucket or Github.
Read more