diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..1c8d4a7 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[core] + hooksPath = .githooks diff --git a/README.md b/README.md index a33eb2c..07276ed 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ## Configuration updating passwords: `sops secrets/secrets.yaml` -set up git pre-commit and post commit hooks: `git config core.hooksPath hooks` +set up git configuration for local development: `git config --local include.path .gitconfig` # Tasks: