$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Git How to Unstage All Staged Changes Without to Delete Them

October 18, 2011 | By Duchateaux.

To simply Unstage without to Delete your Staged Changes perform:

git reset HEAD