+6
-2
gitconfig
+6
-2
gitconfig
···
14
14
reuse = commit -a --amend -C HEAD
15
15
st = status -s
16
16
touch = "!f() { touch $1 && git add $1; }; f"
17
+
[color]
18
+
ui = auto
17
19
[commit]
18
20
gpgsign = true
19
-
[color]
20
-
ui = auto
21
21
[core]
22
22
excludesfile = ~/.gitignore
23
23
fsmonitor = true
···
43
43
user = davidcelis
44
44
[gpg]
45
45
format = ssh
46
+
[gpg "ssh"]
47
+
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
46
48
[grep]
47
49
extendedRegexp = true
48
50
fullName = true
···
66
68
[rerere]
67
69
enabled = true
68
70
autoupdate = true
71
+
[tag]
72
+
gpgsign = true
69
73
[url "git@github.com:"]
70
74
insteadOf = https://github.com/
71
75
[user]