dotfiles/.config/git/config
2023-11-24 08:21:50 +01:00

30 lines
439 B
Text

[user]
name = Viyurz
email = 128215328+Viyurz@users.noreply.github.com
signingkey = ~/.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
ca = commit --amend --no-edit
r = rebase
s = status
[merge]
ff = no
conflictstyle = diff3
[core]
autocrlf = input