This website requires JavaScript.
Explore
Help
Sign in
cossmass
/
git-next
Watch
1
Star
0
Fork
You've already forked git-next
0
forked from
kemitix/git-next
Code
Pull requests
Activity
17148e74b6
git-next
/
.git-hooks
/
prepare-commit-msg
5 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
chore: add cc-cli support for conventional commits
2024-04-06 17:47:30 +01:00
#!/bin/sh
# cc-cli as a commit hook
chore: convert project into a cargo workspace
2024-05-11 11:11:13 +01:00
exec </dev/tty
cc-cli "$@"
Copy permalink