@@ -0,0 +1,7 @@
#!/bin/sh
if [ $# -lt 1 ] ; then
echo Usage: $0 branch
exit 1
fi
echo Removing branch $1
git checkout $1 && git rebase master && git checkout master && git branch -d $1
The note is not visible to the blocked user.