.files/config/git/config

19 lines
450 B
Text
Raw Normal View History

2020-06-01 14:14:26 +02:00
[user]
2020-08-04 19:08:23 +02:00
name = Grigory Shipunov
email = blame@oxapentane.com
signingkey = 4C3CD96ED78251532AB5500AC688AC5B60F7A3A5
2020-06-01 14:14:26 +02:00
[color]
2020-08-04 19:08:23 +02:00
ui = auto
2020-06-01 14:14:26 +02:00
[merege]
2020-08-04 19:08:23 +02:00
conflictstyle = diff3
2020-06-01 14:14:26 +02:00
[commit]
2020-08-04 19:08:23 +02:00
gpgsign = true
2020-06-01 14:14:26 +02:00
[credential]
2020-08-04 19:08:23 +02:00
helper = cache --timeout 28800
2020-06-01 14:14:26 +02:00
[alias]
2020-08-04 19:08:23 +02:00
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