blob: 074b93772b7a927166d5fab534fcd98f84a57404 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[init]
defaultBranch = master
[merge]
conflictStyle = diff3
[user]
email = mathias@magnusson.space
name = Mathias Magnusson
signingKey = /home/mathias/.ssh/id_ed25519.pub
[pull]
rebase = true
[rebase]
autoSquash = true
[gpg]
format = ssh
|