blob: f686288d2aa96abcf9feef0b40d17410e0b5bc3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[user]
email = mattst88@gmail.com
name = Matt Turner
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
|