Set git defaults, set gnupg cache to be more aggressive
This commit is contained in:
parent
e0b138c78a
commit
fe74ddd6ad
@ -1,4 +1,9 @@
|
|||||||
default-cache-ttl 300
|
default-cache-ttl 300
|
||||||
max-cache-ttl 999999
|
default-cache-ttl-ssh 300
|
||||||
|
max-cache-ttl 300
|
||||||
|
max-cache-ttl-ssh 300
|
||||||
|
|
||||||
|
ingore-cache-for-signing
|
||||||
|
no-allow-external-cache
|
||||||
|
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
|
@ -22,3 +22,9 @@ ln -s ./gnupg/gpg.conf ~/.gnupg/gpg.conf
|
|||||||
ln -s ./gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
ln -s ./gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
||||||
ln -s ./gnupg/sshcontrol ~/.gnupg/sshcontrol
|
ln -s ./gnupg/sshcontrol ~/.gnupg/sshcontrol
|
||||||
|
|
||||||
|
git config --global gpg.program gpg2
|
||||||
|
git config --global user.name jreichmann
|
||||||
|
git config --global user.email johanna.reichmann@delta-industries.de
|
||||||
|
git config --global user.signingkey 03624C433676E465
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user