From 84c623582a502e66565a930edce809b260dc723b Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 20 May 2021 00:40:09 +0200 Subject: [PATCH] cleanup: reorganize git config file --- .config/git/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/git/config b/.config/git/config index 51579a2..28213da 100644 --- a/.config/git/config +++ b/.config/git/config @@ -2,14 +2,14 @@ email = swy7ch@protonmail.com name = David JULIEN signingKey = D9D47382 +[gpg] + program = gpg2 +[init] + defaultBranch = main +[fetch] + prune = true [pull] rebase = false [alias] lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all -[gpg] - program = gpg2 -[fetch] - prune = true -[init] - defaultBranch = main