From 44cd25cb0519dd4069f8ae68a16dedc794e79339 Mon Sep 17 00:00:00 2001 From: Erin Date: Fri, 14 Jul 2023 16:16:10 -0400 Subject: [PATCH] git: add readme note about zsh secrets --- git/.config/git/personal.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/.config/git/personal.gitconfig b/git/.config/git/personal.gitconfig index a61a545..91144b2 100644 --- a/git/.config/git/personal.gitconfig +++ b/git/.config/git/personal.gitconfig @@ -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