summaryrefslogtreecommitdiff
path: root/Omni/Ide/hooks/post-commit
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Ide/hooks/post-commit')
-rwxr-xr-xOmni/Ide/hooks/post-commit6
1 files changed, 6 insertions, 0 deletions
diff --git a/Omni/Ide/hooks/post-commit b/Omni/Ide/hooks/post-commit
new file mode 100755
index 0000000..cd1f195
--- /dev/null
+++ b/Omni/Ide/hooks/post-commit
@@ -0,0 +1,6 @@
+#!/bin/sh
+## START BRANCHLESS CONFIG
+
+git branchless hook post-commit "$@"
+
+## END BRANCHLESS CONFIG