@@ -0,0 +1,8 @@
#!/bin/bash
git $1
for i in sls*/; do
cd $i
echo $i
git diff
cd ..
done
The note is not visible to the blocked user.