diff options
Diffstat (limited to 'Biz/Ide/hooks/post-commit.bash')
-rwxr-xr-x | Biz/Ide/hooks/post-commit.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Biz/Ide/hooks/post-commit.bash b/Biz/Ide/hooks/post-commit.bash new file mode 100755 index 0000000..cd1f195 --- /dev/null +++ b/Biz/Ide/hooks/post-commit.bash @@ -0,0 +1,6 @@ +#!/bin/sh +## START BRANCHLESS CONFIG + +git branchless hook post-commit "$@" + +## END BRANCHLESS CONFIG |