blob: 9d9b2778edda1691a0d76a3ba87d226ca34e5698 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[commit]
gpgsign = false
[gpg]
format = "ssh"
[merge]
tool = "fugitive"
[mergetool "fugitive"]
cmd = "vim -f -c \"Gdiff\" \"$MERGED\""
[user]
email = "ivi@vinkies.net"
name = "Mike Vink"
signingKey = "/Users/ivi/.ssh/id_ed25519_sk.pub"
[worktree]
guessRemote = true
[includeIf "hasconfig:remote.*.url:git@github.com:**/**"]
path = "/nix-config/mut/git/github"
[includeIf "hasconfig:remote.*.url:https://github.com/**/**"]
path = "/nix-config/mut/git/github"
|