Skip to content

Commit

Permalink
Update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
indrekj committed Feb 25, 2025
1 parent f64a7da commit 8b1f3c7
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
whitespace = nowarn
[branch]
autosetuprebase = remote
sort = -committerdate
[rebase]
autoStash = true
autoSquash = true
updateRefs = true
[color]
status = auto
diff = auto
Expand All @@ -31,17 +34,33 @@
[diff]
wordRegex = (, )?[^[:space:],().]+[push]
default = current
algorithm = patience
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[pager]
status = false
[rerere]
autoupdate = true
enabled = true
[push]
default = current
default = simple
autoSetupRemote = true
followTags = true
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[commit]
gpgsign = true
verbose = true
# gpgsign = true
[column]
ui = auto
[tag]
sort = version:refname
[fetch]
prune = true
pruneTags = true
all = true
[help]
autocorrect = prompt

0 comments on commit 8b1f3c7

Please sign in to comment.