gptcommit 0.1.1

A git prepare-commit-msg hook for summarizing commits with GPT-3.
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 ###