Files
dotfiles/git/.gitconfig
2026-03-26 23:53:32 +02:00

33 lines
399 B
INI

[user]
name = stefiosif
email = si.iosifidis@gmail.com
[core]
editor = code --wait
autocrlf = input
excludesfile = ~/.gitignore_global
[init]
defaultBranch = main
[push]
default = current
autoSetupRemote = true
[pull]
rebase = true
[merge]
tool = code
conflictstyle = diff3
[diff]
algorithm = patience
colorMoved = default
[color]
ui = auto
[credential]
helper = store