We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c777e commit b6cf906Copy full SHA for b6cf906
1 file changed
_posts/2025/2025-07-05-confirm-pam.md
@@ -114,11 +114,11 @@ git() {
114
}
115
```
116
117
-
118
-
119
Claude Code のような AI Agent は`git commit --no-verify`で pre-commit Hooks を回避してきます。
120
Touch ID などの人間の認証を挟むことで、Hook を無視したコミットを防げます。
121
+
+
122
あと、人間がズルして `--no-verify` をつけてコミットするときに、確認の意味としてダイアログを出す方法としても使えます。
123
124
### スクリプト内での使用
0 commit comments