Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Remove existing hooks during install-hooks
Adrian Duke committed 23 days ago
commit 31d12b2b90891ab31145797d9a23f70f558b082a
parent b11345d27b2ef24c9c8da1dc704ca83559dc57df
1 file changed +1 -0
modified justfile
@@ -153,6 +153,7 @@ install-hooks:
    #!/usr/bin/env bash
    set -e
    for hook in {{hooks}}; do
+
        rm ".git/hooks/$hook"
        cp {{hook-script}} ".git/hooks/$hook"
        chmod +x ".git/hooks/$hook"
    done