We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db740da commit 944c669Copy full SHA for 944c669
git/templates/prepare-commit-msg
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
if [[ "$2" != "message" && "$2" != "commit" ]]; then
4
- codegpt commit --file $1 --preview --no_confirm
+ codegpt commit --file "$1" --preview --no_confirm
5
fi
0 commit comments