This commit is contained in:
Tyrel Souza 2016-04-21 14:49:05 -04:00
parent 7ae4357022
commit ed58374514
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
[core]
excludesfile = ~/.gitignore_global
excludesfile = ~/.gitignore_global
[user]
email = tyrelsouza@gmail.com
name = Tyrel Souza
signingkey = 8A2DDEE2
signingkey = 8A2DDEE2
[commit]
gpgsign = true
[color]
ui = auto # covers diff = true, status = auto, branch = auto
interactive = auto
ui = auto # covers diff = true, status = auto, branch = auto
interactive = auto
[push]
default = simple
[format]
pretty = format:%C(auto)%h %C(green)%G? %C(red)%<(15,trunc)%aN %C(cyan)%<(15,trunc)%ar %C(white)%<(60,trunc)%s %C(auto)%d
[alias]
@ -32,9 +32,9 @@
st = status
# prettier diffs
d = diff --color-words
#push
p = push
#push
p = push
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true