git: add readme note about zsh secrets

This commit is contained in:
Erin 2023-07-14 16:16:10 -04:00
parent 6ab676748b
commit 44cd25cb05

View file

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