@@ -5,5 +5,6 @@ git status
git add --all :/
IFS= read -r -p "Enter commit message: " com
git commit -m "${com}"
git push nmd master
git push github master
IFS= read -r -p "Enter Branch name: " com1
git push nmd ${com1}
git push github ${com1}
The note is not visible to the blocked user.