From 80ea4ccbdbab2c3fd829981051b9e0f8a4642351 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 4 May 2023 09:10:34 +0200 Subject: [PATCH] git-credential-cache: add page (#10144) --- pages/common/git-credential-cache.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/git-credential-cache.md diff --git a/pages/common/git-credential-cache.md b/pages/common/git-credential-cache.md new file mode 100644 index 000000000..21ab0e095 --- /dev/null +++ b/pages/common/git-credential-cache.md @@ -0,0 +1,8 @@ +# git credential-cache + +> Git helper to temporarily store passwords in memory. +> More information: . + +- Store Git credentials for a specific amount of time: + +`git config credential.helper 'cache --timeout={{time_in_seconds}}'`