sh auto fetsh and pull

sh fetch.sh

fetch.sh:

#!/bin/bash 
echo 
echo "*************************************"
echo "*                      stencilapp                                   *"
echo "*************************************"
cd e:/ops/yd/sites/stencilapp
git stash -a
git clean -xfd
rm -rf .git/FETCH_HEAD
git pull