git: upgrade config

This commit is contained in:
Smirnov Oleksandr 2024-10-11 21:49:18 +03:00
parent 3cd776904c
commit e3f3b25a5c
No known key found for this signature in database
GPG key ID: 300387B5D7EE0DB2

View file

@ -20,7 +20,7 @@
defaultBranch = "main"
[alias]
push-fwl = push --force-with-lease
push-force = push --force-with-lease
pu = push
l = log --oneline --decorate
lg = log --oneline --graph --all
@ -34,6 +34,9 @@
[merge]
conflictstyle = diff3
[rerere]
enabled = true
[diff]
colorMoved = default
@ -59,3 +62,9 @@
plus-empty-line-marker-style = syntax "#20303b"
line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#3b4261"
[column]
ui = auto
[branch]
sort = -committerdate