Git Synthetic Description of a Deployment Procedure
scp Local Dir To Remote
cd Remote
git init
On Remote
clone --bare
To git Directory
Rename Local and Remote Repo
Clone git Remote Repo To Local and Remote
Make post-receive on git Remote Remote
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Git Synthetic Description of a Deployment Procedure
scp Local Dir To Remote
cd Remote
git init
On Remote
clone --bare
To git Directory
Rename Local and Remote Repo
Clone git Remote Repo To Local and Remote
Make post-receive on git Remote Remote