From 83ea1cdd1fbd9c3ae7908ff1dd12363fee585b45 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 10 Oct 2023 13:31:58 -0400 Subject: 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. --- Biz/Ide/hooks/post-rewrite.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Biz/Ide/hooks/post-rewrite.bash (limited to 'Biz/Ide/hooks/post-rewrite.bash') diff --git a/Biz/Ide/hooks/post-rewrite.bash b/Biz/Ide/hooks/post-rewrite.bash new file mode 100755 index 0000000..8b3237a --- /dev/null +++ b/Biz/Ide/hooks/post-rewrite.bash @@ -0,0 +1,6 @@ +#!/bin/sh +## START BRANCHLESS CONFIG + +git branchless hook post-rewrite "$@" + +## END BRANCHLESS CONFIG -- cgit v1.2.3