Commit 68cbda2c authored by shangbj's avatar shangbj

1212

parent d3510309
......@@ -5,6 +5,7 @@
* https://github.com/typicode/husky/issues/
* 主要是读取 .git/COMMIT_EDITMSG 这个文件,文件记录了当前commit之后的信息
// MERGE_MSG //merge 临时文件 输出 Merge branch 'dev'
// TAG_EDITMSG
*/
var fs = require('fs');
var path = require('path');
......
console.log('___', process.env.GIT_PREFIX)
\ No newline at end of file
console.log('___', process.stdin)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment