From a21606e51edfbf28904aa400497143e07ebc4f79 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 21 Sep 2024 12:20:17 -0500 Subject: [PATCH] updated git config note in README.md --- .gitconfig | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitconfig 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: