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

23 lines
384 B
Plaintext
Raw Normal View History

2016-03-31 02:03:55 +00:00
[user]
name = Joe Groocock
2016-03-31 02:03:55 +00:00
email = frebib@gmail.com
2016-04-02 18:45:25 +00:00
signingkey = CFBB6A86
[commit]
gpgsign = true
2016-04-02 18:45:25 +00:00
[color]
ui = auto
[alias]
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
2016-04-02 18:45:25 +00:00
[rebase]
2016-08-22 19:37:37 +00:00
autoStash = true
2016-04-02 18:45:25 +00:00
[push]
default = upstream
[advice]
statusHints = false
pushUpdateRejected = false
[pull]
rebase = true
[core]
autocrlf = input