blob: 85d6f84a30752b94dd07b1bf402744a84ce370ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[user]
email = mattkohls13@gmail.com
name = Matt Kohls
signingkey = A07E2D8DC7660C76
[help]
autocorrect = 1
[alias]
st = status
ll = log --stat --abbrev-commit
graph1 = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
graph2 = log --graph --full-history --all --color --pretty=tformat:"%C(red)%h%C(reset)%x09%C(green)%d%C(reset)%C(bold)%s%C(reset)%C(yellow)(%an)%C(reset)"
[core]
editor = nvim
excludesfile = /home/matt/.gitignore_global
|