summaryrefslogtreecommitdiff
path: root/Biz/Bild
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-13 18:29:33 -0500
committerBen Sima <ben@bsima.me>2021-12-13 18:29:33 -0500
commit21ccc9f4ffe6d737b283b49eb6419eeca0aba763 (patch)
tree27c2765bffde62ad028dad362aa2df942f0a6beb /Biz/Bild
parent81245494a9e59122b0a747762a08031ce3dff6f3 (diff)
Remember to delete pre-push
Diffstat (limited to 'Biz/Bild')
-rw-r--r--Biz/Bild/ShellHook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh
index cff40c6..274ab4e 100644
--- a/Biz/Bild/ShellHook.sh
+++ b/Biz/Bild/ShellHook.sh
@@ -25,7 +25,7 @@ alias guile="guile -L $BIZ_ROOT"
alias tree="tree -I _ -F"
# link git hooks
-rm -f $BIZ_ROOT/.git/hooks/{post-checkout,post-merge,pre-commit}
+rm -f $BIZ_ROOT/.git/hooks/{post-checkout,post-merge,pre-commit,pre-push}
ln -s $BIZ_ROOT/Biz/Ide/post-checkout $BIZ_ROOT/.git/hooks/post-checkout
ln -s $BIZ_ROOT/Biz/Ide/post-merge $BIZ_ROOT/.git/hooks/post-merge
ln -s $BIZ_ROOT/Biz/Ide/pre-commit $BIZ_ROOT/.git/hooks/pre-commit