@@ -0,0 +1,5 @@
#!/bin/bash
git add .
msg="${1:-'update'}"
git commit -m "$msg"
git push origin main
The note is not visible to the blocked user.