If you have already have modified and saved the changes in a file to Revert it Back to the State of your Latest Commit:
git checkout -- fileToRevert
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }