Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>pull/5124/head
parent
0e7f530475
commit
e5962430d7
@ -0,0 +1,5 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
set -euo pipefail |
||||
|
||||
if git status &>/dev/null; then git config core.hooksPath .githooks; fi |
Loading…
Reference in new issue