cd _site
git add .
-if ! git diff --cached; then
- # There are changes
- git commit -m "site upload"
-fi
+git diff --cached
+git commit -m "site upload"
-rsync ./ mpi-contact:public_html/ -aP --exclude .git
+rsync ./ ralfj.de:/srv/research.ralfj.de/docroot/ -aP --exclude .git