Skip to content

Commit d031724

Browse files
authored
feat: enable gpg signing (#149)
1 parent d1b1777 commit d031724

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

base.gitconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[user]
2-
name = Deniz Gökçin
2+
name = deniz gökçin
33
email = 33603535+dgokcin@users.noreply.github.com
4+
signingkey = 27194672F4140F41
45

56
[init]
67
defaultBranch = main
@@ -187,3 +188,7 @@
187188
# Work config will override personal settings when in work directories
188189
[includeIf "gitdir:~/codes/work/"]
189190
path = work.gitconfig
191+
[commit]
192+
gpgsign = true
193+
[tag]
194+
gpgsign = true

work.gitconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[user]
2+
name = Deniz Gökçin
23
email = deniz.gokcin@treatwell.com
34

45
[url "git@git.treatwell.net:"]

0 commit comments

Comments
 (0)