Add the following code to your wp-config.php file define('AUTOSAVE_INTERVAL', 300 ); // seconds define('WP_POST_REVISIONS', false ); Then delete the existing posts marked as Read More
Use the following code to set the default username for your git repo git config --global user.name "jfernandez" and the following to check: git config --global user.name Use the Read More