From 96ce21eeabfc450dc7e67cf2464f601e2dc8c227 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 25 Jan 2021 16:49:56 +0000 Subject: [PATCH] GPG sign commits, and use main as new branch name --- git/.gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 5dce8ba..8212515 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -11,4 +11,8 @@ dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz" [include] - path = ~/.gitconfig-win \ No newline at end of file + path = ~/.gitconfig-win +[commit] + gpgsign = true +[init] + defaultBranch = main