mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
33 lines
672 B
Plaintext
33 lines
672 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
|
|
pushall = !git remote | xargs -L1 git push
|
|
[rebase]
|
|
autoStash = true
|
|
[push]
|
|
default = upstream
|
|
[advice]
|
|
statusHints = false
|
|
pushUpdateRejected = false
|
|
[pull]
|
|
rebase = true
|
|
[core]
|
|
autocrlf = input
|
|
excludesfile = /home/frebib/.config/git/gitignore
|
|
[diff]
|
|
algorithm = patience
|
|
[sendemail]
|
|
from = Joe Groocock <frebib@gmail.com>
|
|
smtpserver = smtp.gmail.com
|
|
smtpuser = frebib@gmail.com
|
|
smtpencryption = tls
|
|
smtpserverport = 587
|
|
suppresscc = self
|