mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git/config: update email & cleanup
This commit is contained in:
parent
4d623f7119
commit
ce1b6bdffc
@ -1,32 +1,38 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Joe Groocock
|
name = Joe Groocock
|
||||||
email = frebib@gmail.com
|
email = me@frebib.net
|
||||||
signingkey = CFBB6A86
|
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]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
excludesfile = /home/frebib/.config/git/gitignore
|
excludesfile = /home/frebib/.config/git/gitignore
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[push]
|
||||||
|
default = upstream
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
[rebase]
|
||||||
|
autoStash = true
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[log]
|
||||||
|
date = relative
|
||||||
|
[format]
|
||||||
|
pretty = format:%h %Cblue%ad%Creset %ae %Cgreen%s%Creset
|
||||||
|
[alias]
|
||||||
|
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
|
||||||
|
pushall = !git remote | xargs -L1 git push
|
||||||
|
count = !echo $(pwd) && git rev-list HEAD --count
|
||||||
|
unpushed = !git log --oneline @{u}..HEAD
|
||||||
|
[advice]
|
||||||
|
statusHints = false
|
||||||
|
pushUpdateRejected = false
|
||||||
[diff]
|
[diff]
|
||||||
algorithm = patience
|
algorithm = patience
|
||||||
[sendemail]
|
[sendemail]
|
||||||
from = Joe Groocock <frebib@gmail.com>
|
from = Joe Groocock <me@frebib.net>
|
||||||
smtpserver = smtp.gmail.com
|
smtpserver = smtp.zoho.com
|
||||||
smtpuser = frebib@gmail.com
|
smtpuser = me@frebib.net
|
||||||
smtpencryption = tls
|
smtpencryption = ssl
|
||||||
smtpserverport = 587
|
smtpserverport = 465
|
||||||
suppresscc = self
|
suppresscc = self
|
||||||
|
Loading…
Reference in New Issue
Block a user