@@ -1,4 +1,8 @@
build:
git add .
git commit -m "update"
@if git diff --cached --quiet; then \
echo "No changes to commit"; \
else \
git commit -m "update"; \
fi
git push origin main
The note is not visible to the blocked user.