From 5b8f98ea255d4de6916d0368ceb6068141c61b50 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 12 May 2023 12:02:38 +0900 Subject: [PATCH] GPG-sign commits --- .gitconfig | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index ae6f8f6..7817fb6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,14 @@ [user] name = Kohei Watanabe - email = kou029w@gmail.com + email = nebel@fogtype.com + signingKey = 79807D08C6EF6460 +[commit] + gpgSign = true +[core] + commentChar = ";" +[init] + defaultBranch = main [pull] rebase = true [rebase] autoStash = true -[init] - defaultBranch = main -[core] - commentChar = ";"