@@ -0,0 +1,10 @@
set -e # fail on error
if [ -z "$1" ]; then
message=`date +%s`
else
message="$@"
fi
git add .
git commit -m "$message"
git push
The note is not visible to the blocked user.