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 32 diffFilter = delta --color-only 33 33 34 34 [merge] 35 - conflictstyle = diff3 35 + conflictstyle = zdiff3 36 + 37 +[rebase] 38 + autoSquash = true 39 + autoStash = true 40 + updateRefs = true 36 41 37 42 [rerere] 38 43 enabled = true 44 + autoupdate = true 39 45 40 46 [diff] 41 - colorMoved = default 47 + algorithm = histogram 48 + colorMoved = true 49 + mnemonicPrefix = true 50 + renames = true 42 51 43 52 [delta] 44 53 features = tokyonight ··· 71 80 72 81 [commit] 73 82 gpgSign = true 83 + verbose = true 74 84 75 85 [fetch] 76 86 writeCommitGraph = true 87 + prune = true 88 + pruneTags = true 89 + all = true 90 + 91 +[tag] 92 + sort = version:refname 93 + 94 +[push] 95 + default = simple 96 + autoSetupRemote = true 97 + followTags = true 98 + 99 +[help] 100 + autocorrect = prompt