gptcommit 0.5.2

A git prepare-commit-msg hook for summarizing commits with LLMs.
1
2
3
4
5
#!/bin/sh

### BEGIN GPTCOMMIT HOOK ###
gptcommit prepare-commit-msg --commit-msg-file "$1" --commit-source "$2" --commit-sha "$3"
### END GPTCOMMIT HOOK ###