summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-06-02 22:55:46 -0700
committerMatt Turner <mattst88@gmail.com>2021-06-02 22:55:46 -0700
commit27217c2b8f873280a55bafd78830f7ff3c8ad0d7 (patch)
tree6b56da37c13f54bbfe9b0ca6e1904923bbe4af55
parent81f313ac97fb4a45d02a83db3dff6135c21d5e6e (diff)
Update .gitconfig
-rw-r--r--.gitconfig11
1 files changed, 10 insertions, 1 deletions
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