@@ -1,2 +1,10 @@
default:
default: add commit push
git add -A && git commit -m "More updates" && git push
add:
git add -A
commit:
git commit -m "More updates"
push:
git push
The note is not visible to the blocked user.