با توجه به سوء استفاده از سایت امکان ثبت نام عمومی بسته شده است. برای ثبت نام به @only_smx در بله یا ایتا پیام دهید.
git add
The `PreToolUse:Bash` hook invoked `enforce-git-hygiene.sh` on every Bash tool call, even though the script only blocks `git add . / -A / --all`. Add `"if": "Bash(git add *)"` so the script only runs when the command actually contains `git add`.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>