confOS/dotfiles/.gitconfig
Mylloon 7778a89a53
* use delta instead of diff
* add .gitconfig instead of modifying it by commands
2022-11-15 11:32:23 +01:00

16 lines
175 B
INI

[commit]
gpgsign = true
[user]
email = kennel.anri@tutanota.com
name = Mylloon
[core]
editor = micro
pager = delta
[pull]
rebase = true
[init]
defaultBranch = main