updated git config note in README.md

This commit is contained in:
Leyla Becker 2024-09-21 12:20:17 -05:00
parent 6e527026b6
commit a21606e51e
2 changed files with 3 additions and 1 deletions

2
.gitconfig Normal file
View file

@ -0,0 +1,2 @@
[core]
hooksPath = .githooks

View file

@ -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: