summaryrefslogtreecommitdiff
path: root/Biz/Ide/hooks/pre-auto-gc.bash
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-10-10 13:31:58 -0400
committerBen Sima <ben@bsima.me>2023-10-10 13:31:58 -0400
commit83ea1cdd1fbd9c3ae7908ff1dd12363fee585b45 (patch)
tree6377968ef1b4a41f10ce854eef1b50347405edba /Biz/Ide/hooks/pre-auto-gc.bash
parent39481b42c19f91ee714987176937c089d2c170cb (diff)
Add git-branchless
After using this for a while, I've decided that git-branchless will be the default tool for doing trunk-based development in the omnirepo.
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