dotfiles/.gitconfig
2023-10-10 10:42:50 +02:00

30 lines
427 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]
a = add
b = branch
c = commit
chk = checkout
d = diff
l = log
m = merge
r = rebase
s = status
[merge]
ff = no
commit = no
conflictstyle = diff3