@@ -0,0 +1,8 @@
#Test Script
clear
git status
git add --all
IFS= read -r -p "Enter commit message: " com
git commit -m "$com"
git push
The note is not visible to the blocked user.