1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/.config/git/config
2016-10-14 22:40:54 +01:00

23 lines
384 B
Plaintext

[user]
name = Joe Groocock
email = frebib@gmail.com
signingkey = CFBB6A86
[commit]
gpgsign = true
[color]
ui = auto
[alias]
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
[rebase]
autoStash = true
[push]
default = upstream
[advice]
statusHints = false
pushUpdateRejected = false
[pull]
rebase = true
[core]
autocrlf = input