dotfiles/.gitconfig
2023-09-28 13:43:31 +02:00

20 lines
319 B
INI

[user]
name = Viyurz
username = Viyurz
email = 128215328+Viyurz@users.noreply.github.com
signingkey = /home/viyurz/.ssh/id_ed25519.pub
[init]
defaultBranch = main
[commit]
gpgsign = true
[gpg]
format = ssh
[pull]
rebase = true
[diff]
colorMoved = zebra
[alias]
c = commit
chk = checkout
l = log
s = status