logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: e054096cc31694e47474e5cb67155594e757425b
parent 198dd519ad96c8de2db1f5b2a0dc9c158105f44d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 13 Aug 2022 14:13:44 +0200

.gitconfig: gpgSign = false

Diffstat:

M.gitconfig2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -6,7 +6,7 @@ default = current gpgSign = if-asked [commit] - gpgSign = true + gpgSign = false [url "https:"] insteadOf = httpssh: [url "ssh:"]