updated git config note in README.md
This commit is contained in:
parent
6e527026b6
commit
a21606e51e
2 changed files with 3 additions and 1 deletions
2
.gitconfig
Normal file
2
.gitconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[core]
|
||||
hooksPath = .githooks
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue