I can’t commit files


If you’re not able to commit files, make sure you have saved your settings under Revisr -> General Settings, so that Git knows who you are.

You should also check the debug info under the “Help” tab in the Revisr Settings. If the path to Git is listed as “Not Found”, you’ll need to define the installation path to Git in your wp-config.php file, like so:

define( 'REVISR_GIT_PATH', '/usr/bin/git' );

You can find your installation path to Git by running `which git` in Mac/Linux or `where git` in Microsoft windows.

If you’re still not able to commit files locally after saving your settings and defining the path,  please open a support thread.

Last updated on January 16, 2017