Remove default signing key
This commit is contained in:
parent
d29bd1b1e1
commit
e6fb133632
1 changed files with 2 additions and 3 deletions
|
@ -2,14 +2,13 @@
|
|||
path = dev/dotfiles/.gitconfig_includes.common
|
||||
path = dev/dotfiles/.gitconfig_includes.linux
|
||||
|
||||
[user]
|
||||
signingkey = B5D5BFAF
|
||||
|
||||
[alias]
|
||||
signedcommit = !git commit -S
|
||||
|
||||
[difftool "sourcetree"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
|
||||
[mergetool "sourcetree"]
|
||||
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||
trustExitCode = true
|
||||
|
|
Loading…
Reference in a new issue