标签: git bash git-bash
我想在git hooks中捕获用户在git bash客户端上提供的命令。基本上,想法是通过git钩子将所有这些细节记录到某些日志记录系统。我能够使用
MESSAGE=$(git log -1 HEAD --pretty=format:%s)
谢谢!