@@ -0,0 +1,11 @@
#!/bin/sh
set -e
if [ $# -eq 0 ]; then
echo "Usage: $0 <commit message>"
exit 1
fi
git add -A
git commit -m "$*"
git push origin main
The note is not visible to the blocked user.