commitizen / commitizen/cz-cli
How to husky prepare-commit-msg on windows?
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 17.5k
- Fork
- 566
- Merge trung bình
- 8 giờ 16 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
Using husky it is very useful but script which is there is designed only for bash purpose.
```
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook",
}
}
```
What could be solution for Windows?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.