From 18393329894b424f7a7c874a9c22ee810af166d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 2 Jan 2021 22:56:14 +0100 Subject: [PATCH] =?UTF-8?q?pridanie=20gitconfig=20s=20podpisovan=C3=ADm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfigsign | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitconfigsign diff --git a/.gitconfigsign b/.gitconfigsign new file mode 100644 index 0000000..cac5853 --- /dev/null +++ b/.gitconfigsign @@ -0,0 +1,16 @@ +[user] + name = Štefan Bystriansky + email = bystriansky.stefan12@gmail.com + signingkey = 7F26FC2EB0AF2B090942825519C41D47759FA4C3 +[core] + editor = vim + autocrlf = input +[alias] + lol = log --graph --decorate --pretty=oneline --abbrev-commit --all + 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