From 228b86156470826eee4df15956f389ac451c41b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 2 Jan 2021 22:55:52 +0100 Subject: [PATCH] pridanie gitconfig bez podpisovania --- .gitconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index cac5853..8d3ad2c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,6 @@ [user] name = Štefan Bystriansky email = bystriansky.stefan12@gmail.com - signingkey = 7F26FC2EB0AF2B090942825519C41D47759FA4C3 [core] editor = vim autocrlf = input @@ -10,7 +9,3 @@ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local p = !git push && git push --tags -[commit] - gpgsign = true -[tag] - gpgSign = true