1 files changed,
26 insertions(+),
2 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-02-25 19:25:37 +0200
Parent:
a6fa85b
M
gitconfig
@@ -32,13 +32,22 @@ [interactive]
diffFilter = delta --color-only [merge] - conflictstyle = diff3 + conflictstyle = zdiff3 + +[rebase] + autoSquash = true + autoStash = true + updateRefs = true [rerere] enabled = true + autoupdate = true [diff] - colorMoved = default + algorithm = histogram + colorMoved = true + mnemonicPrefix = true + renames = true [delta] features = tokyonight@@ -71,6 +80,21 @@ sort = -committerdate
[commit] gpgSign = true + verbose = true [fetch] writeCommitGraph = true + prune = true + pruneTags = true + all = true + +[tag] + sort = version:refname + +[push] + default = simple + autoSetupRemote = true + followTags = true + +[help] + autocorrect = prompt