From b37f25c0e8b2971ac8425a51e6043b55f49edd5d Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 17 Jul 2023 23:53:43 +0200 Subject: [PATCH] update .gitconfig --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index a07ad25..f8b391d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,3 +19,7 @@ defaultBranch = main [push] autoSetupRemote = true +[commit] + gpgsign = true +[rebase] + autosquash = true