mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
gitconfig: cache passwords for 24 hours
This commit is contained in:
parent
7fc3defb6c
commit
b68b9702a7
@ -24,3 +24,5 @@
|
|||||||
signingkey = 0xDAA6CA08F2E96AC7
|
signingkey = 0xDAA6CA08F2E96AC7
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
[credential]
|
||||||
|
helper = cache --timeout=86400
|
||||||
|
Loading…
Reference in New Issue
Block a user