If you want simply remove/delete/destroy all your unstaged/untracked changes perform:
git clean -f
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
If you want simply remove/delete/destroy all your unstaged/untracked changes perform:
git clean -f