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 cfae794 commit d388401Copy full SHA for d388401
.husky/prepare-commit-msg
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+# Automates pair commits with git-duet
4
+# See: https://github.com/git-duet/git-duet/#co-authored-by-trailer-support
5
6
+if [ $(git help -a | grep duet-prepare-msg) ]; then
7
+ exec git duet-prepare-commit-msg "$@"
8
+fi
0 commit comments