dotfiles/.gitconfig

26 lines
384 B
INI
Raw Normal View History

2023-09-26 17:12:28 +02:00
[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
2023-09-28 13:43:31 +02:00
[alias]
2023-10-08 09:48:21 +02:00
b = branch
2023-09-28 13:43:31 +02:00
c = commit
chk = checkout
l = log
s = status
2023-10-08 09:48:21 +02:00
[merge]
ff = no
commit = no
conflictstyle = diff3