mkdir sampleproject.git cd sampleproject.git git init --bare
unset GIT_DIR DeployPath="/home/taidii/document/document/" echo "===============================================" cd $DeployPath echo "deploying the document web" git pull origin master echo "================================================"
|