From 27217c2b8f873280a55bafd78830f7ff3c8ad0d7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 2 Jun 2021 22:55:46 -0700 Subject: Update .gitconfig --- .gitconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e2d8970..f686288 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,10 +1,19 @@ [user] email = mattst88@gmail.com name = Matt Turner - signingkey = 0x0FDD682D974CA72A + signingkey = 0xED2ED19F85B3682C [color] ui = auto [rebase] autosquash = true [core] excludesfile = /home/mattst88/.global_ignore +[diff] + renames = true +[push] + default = simple +[alias] + fixes = show -s --pretty='format:Fixes: %h (\"%s\")' + co = checkout + shwo = show + grpe = grep -- cgit v1.2.3