blob: d8d52cb1effea3555bc61e443c963788ce5b3fc5 (
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
|
[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"
|