blob: 2a66c5efe1cd43658d53eba68359cf96a486b5b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[user]
name = Galen Guyer
email = galen@galenguyer.com
signingkey = 7E54503B0CC743654BEB7187185693577B356767
[gpg]
program = gpg
[commit]
gpgsign = true
[pull]
rebase = true
[alias]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
[push]
autoSetupRemote = true
|