dotfiles/.gitconfig

31 lines
427 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-10 10:42:50 +02:00
a = add
2023-10-08 09:48:21 +02:00
b = branch
2023-09-28 13:43:31 +02:00
c = commit
chk = checkout
2023-10-10 10:42:50 +02:00
d = diff
2023-09-28 13:43:31 +02:00
l = log
2023-10-10 10:42:50 +02:00
m = merge
r = rebase
2023-09-28 13:43:31 +02:00
s = status
2023-10-10 10:42:50 +02:00
2023-10-08 09:48:21 +02:00
[merge]
ff = no
commit = no
conflictstyle = diff3