Raw File
git add .
msg="updating site on $(date)" 
git commit -m "$msg"
git push 
back to top