Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com>pull/5151/head
parent
c304b6710b
commit
4764ea5075
@ -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