git: add readme note about zsh secrets
This commit is contained in:
parent
6ab676748b
commit
44cd25cb05
|
@ -27,3 +27,9 @@
|
|||
# Set the default ignoreRevsFile (the one Github recognizes for web blames)
|
||||
[blame]
|
||||
ignoreRevsFile = .git-blame-ignore-revs
|
||||
|
||||
# For Github I'll usually set up the credential manager via `gh` or something,
|
||||
# which ends up being platform-specific, but for this server I always just use
|
||||
# `store` on everything so might as well set it up in here
|
||||
[credential "https://git.ewin.moe"]
|
||||
helper = store
|
||||
|
|
Loading…
Reference in a new issue