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