diff --git a/.gitconfig b/.gitconfig index 1c8d4a7..78d2a4a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,2 @@ [core] - hooksPath = .githooks + hooksPath = .hooks diff --git a/hooks/post-commit b/.hooks/post-commit similarity index 100% rename from hooks/post-commit rename to .hooks/post-commit diff --git a/hooks/pre-commit b/.hooks/pre-commit similarity index 100% rename from hooks/pre-commit rename to .hooks/pre-commit