2023-09-26 17:12:28 +02:00
|
|
|
[user]
|
|
|
|
name = Viyurz
|
2024-02-17 20:46:44 +01:00
|
|
|
email = viyurz@viyurz.fr
|
2023-11-24 08:17:57 +01:00
|
|
|
signingkey = ~/.ssh/id_ed25519.pub
|
2023-09-26 17:12:28 +02:00
|
|
|
[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
|
2023-12-22 09:04:55 +01:00
|
|
|
oops = commit --amend --no-edit
|
2023-10-10 10:42:50 +02:00
|
|
|
r = rebase
|
2023-09-28 13:43:31 +02:00
|
|
|
s = status
|
2023-12-22 09:04:55 +01:00
|
|
|
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
|
2023-10-08 09:48:21 +02:00
|
|
|
[merge]
|
|
|
|
conflictstyle = diff3
|
2023-11-24 08:17:57 +01:00
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2024-10-14 13:16:07 +02:00
|
|
|
[push]
|
|
|
|
autoSetupRemote = true
|