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