31 lines
490 B
Text
31 lines
490 B
Text
[user]
|
|
name = Viyurz
|
|
email = viyurz@viyurz.fr
|
|
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
|
|
oops = commit --amend --no-edit
|
|
r = rebase
|
|
s = status
|
|
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
|
|
[merge]
|
|
ff = no
|
|
conflictstyle = diff3
|
|
[core]
|
|
autocrlf = input
|