mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Sign commits
This commit is contained in:
parent
40bca78da2
commit
99333e5d72
4 changed files with 20 additions and 2 deletions
|
|
@ -2,8 +2,10 @@
|
|||
default = simple
|
||||
[include]
|
||||
path = ~/.gitconfig.lloeki
|
||||
[includeIf "gitdir:~/Workspace/github.com/sqreen/"]
|
||||
[includeIf "gitdir:~/Source/github.com/sqreen/"]
|
||||
path = ~/.gitconfig.sqreen
|
||||
[includeIf "gitdir:~/Source/github.com/DataDog/"]
|
||||
path = ~/.gitconfig.datadog
|
||||
[core]
|
||||
excludesfile = /Users/lloeki/.gitignore
|
||||
[pull]
|
||||
|
|
|
|||
8
home/gitconfig.datadog
Normal file
8
home/gitconfig.datadog
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[user]
|
||||
email = loic.nageleisen@datadoghq.com
|
||||
name = Loic Nageleisen
|
||||
signingkey = 87D237924563E757
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/id_rsa_datadog"
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
[user]
|
||||
email = loic.nageleisen@gmail.com
|
||||
name = Loic Nageleisen
|
||||
signingkey = 971B4D9F125CD31E
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
[user]
|
||||
email = loic@sqreen.io
|
||||
email = loic@sqreen.com
|
||||
name = Loic Nageleisen
|
||||
signingkey = 7E3DAAAC74D5A2EE
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/id_rsa_datadog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue