.files/config/git/config
2020-08-04 19:08:23 +02:00

18 lines
450 B
Text

[user]
name = Grigory Shipunov
email = blame@oxapentane.com
signingkey = 4C3CD96ED78251532AB5500AC688AC5B60F7A3A5
[color]
ui = auto
[merege]
conflictstyle = diff3
[commit]
gpgsign = true
[credential]
helper = cache --timeout 28800
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
diffw = diff --word-diff=color
diffstat = diff --stat
[pull]
ff = only