Added gpg program to git conf for windows
This commit is contained in:
parent
f53e8244ca
commit
17492dfac9
2 changed files with 11 additions and 1 deletions
|
@ -3,5 +3,5 @@ in="src/PowerShell/profile.ps1"
|
||||||
out="~/Documents/WindowsPowerShell"
|
out="~/Documents/WindowsPowerShell"
|
||||||
|
|
||||||
[Git]
|
[Git]
|
||||||
in="src/git/gitconfig"
|
in="src/git/gitconfig-win"
|
||||||
out="~/.gitconfig"
|
out="~/.gitconfig"
|
||||||
|
|
10
src/Git/gitconfig-win
Normal file
10
src/Git/gitconfig-win
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name = Edgar P. Burkhart
|
||||||
|
email = git@edgarpierre.fr
|
||||||
|
signingkey = 9833D3C5A25BD227
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
||||||
|
[gpg]
|
||||||
|
program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe
|
Loading…
Reference in a new issue