diff options
author | Matt Turner <mattst88@gmail.com> | 2021-06-02 22:55:46 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-06-02 22:55:46 -0700 |
commit | 27217c2b8f873280a55bafd78830f7ff3c8ad0d7 (patch) | |
tree | 6b56da37c13f54bbfe9b0ca6e1904923bbe4af55 /.gitconfig | |
parent | 81f313ac97fb4a45d02a83db3dff6135c21d5e6e (diff) |
Update .gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |