dotfiles/.config/git/config

32 lines
490 B
Text
Raw Normal View History

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
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
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
2023-10-08 09:48:21 +02:00
[merge]
ff = no
conflictstyle = diff3
2023-11-24 08:17:57 +01:00
[core]
autocrlf = input