Skip to content

Commit 61fcb3c

Browse files
committed
Merge pull request #11 from alexdenvir/skip-hooks
Add --no-verify flag to commit command.
2 parents 48d4dfa + 6a0a801 commit 61fcb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-fire

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fire() {
3636
message="$*"
3737
fi
3838

39-
git commit -m "$message"
39+
git commit -m "$message" --no-verify
4040

4141
for remote in $(git remote); do
4242
git push --set-upstream "${remote}" "$(current_branch)" || true

0 commit comments

Comments
 (0)