Skip to content

Commit

Permalink
feat: enable gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Jan 20, 2025
1 parent d1b1777 commit fa04961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base.gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[user]
name = Deniz Gökçin
name = deniz gökçin
email = 33603535+dgokcin@users.noreply.github.com
signingkey = 27194672F4140F41

[init]
defaultBranch = main
Expand Down Expand Up @@ -187,3 +188,7 @@
# Work config will override personal settings when in work directories
[includeIf "gitdir:~/codes/work/"]
path = work.gitconfig
[commit]
gpgsign = true
[tag]
gpgsign = true
1 change: 1 addition & 0 deletions work.gitconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[user]
name = Deniz Gökçin
email = deniz.gokcin@treatwell.com

[url "git@git.treatwell.net:"]
Expand Down

0 comments on commit fa04961

Please sign in to comment.