dotfiles/.gitconfig

25 lines
447 B
INI
Raw Normal View History

2024-04-28 16:44:53 +02:00
[core]
2024-05-01 08:26:43 +02:00
pager = delta
2024-04-28 16:44:53 +02:00
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
2024-05-01 08:26:43 +02:00
side-by-side = true
hyperlinks = true
hyperlinks-file-link-format = "vscode://file/{path}:{line}"
2024-04-28 16:44:53 +02:00
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[user]
email = quentinduchemin@tuta.io
name = Quentin Duchemin
[push]
autoSetupRemote = true
2024-05-03 19:18:07 +02:00
[pull]
rebase = true