A Git Shortcut that permit to Skip the Staging Process is the use of the -a Flag in the Commit. The -a simply tell Git to take All Changes into your Commit.
git -a -m "The fast commit"
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }