Skip to content

Instantly share code, notes, and snippets.

View TaylorChen's full-sized avatar

Cherry TaylorChen

  • Baidu
  • CHINA
View GitHub Profile
#!/bin/sh
#
cd "/var/www/domain.com/" || exit
unset GIT_DIR
echo "git status info:"
git status
echo "*************************************";