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.common
|
||||||
path = dev/dotfiles/.gitconfig_includes.linux
|
path = dev/dotfiles/.gitconfig_includes.linux
|
||||||
|
|
||||||
[user]
|
|
||||||
signingkey = B5D5BFAF
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
signedcommit = !git commit -S
|
signedcommit = !git commit -S
|
||||||
|
|
||||||
[difftool "sourcetree"]
|
[difftool "sourcetree"]
|
||||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
path =
|
path =
|
||||||
|
|
||||||
[mergetool "sourcetree"]
|
[mergetool "sourcetree"]
|
||||||
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
|
|
Loading…
Reference in a new issue