all repos

dotfiles @ e3f3b25a5c6f87358eac39ecc9e9ee3fea50947e

my dotfiles
1 files changed, 10 insertions(+), 1 deletions(-)
git: upgrade config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-11 21:49:18 +0300
Parent: 3cd7769
M gitconfig

@@ -20,7 +20,7 @@ [init]

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

@@ -33,6 +33,9 @@ diffFilter = delta --color-only

[merge] conflictstyle = diff3 + +[rerere] + enabled = true [diff] colorMoved = default

@@ -59,3 +62,9 @@ plus-emph-style = syntax "#2c5a66"

plus-empty-line-marker-style = syntax "#20303b" line-numbers-plus-style = "#266d6a" line-numbers-zero-style = "#3b4261" + +[column] + ui = auto + +[branch] + sort = -committerdate