From 4a57f55aa14d37564ee9f83f367c3201e404312b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 12:44:47 +0200 Subject: [PATCH] Add .gitconfig_front --- dot_gitconfig_front | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot_gitconfig_front diff --git a/dot_gitconfig_front b/dot_gitconfig_front new file mode 100644 index 0000000..ef221fd --- /dev/null +++ b/dot_gitconfig_front @@ -0,0 +1,13 @@ +[user] + name = kjuulh + email = contact@kjuulh.io + signingkey = B3C49C86AD15B2F7 + +[credential] + helper = store + +[commit] + gpgsign = true + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/