updated git config note in README.md
This commit is contained in:
parent
6e527026b6
commit
a21606e51e
2
.gitconfig
Normal file
2
.gitconfig
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[core]
|
||||||
|
hooksPath = .githooks
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
updating passwords: `sops secrets/secrets.yaml`
|
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:
|
# Tasks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue