其中一个解决方案是当您想要跳过 git commit 或 prepare-commit-msg 调用的其他钩子时,将配置参数传递给 git commit 。 在钩子里: #!/bin/bash if [[ "$(git config ...
確定! 回上一頁