We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4912781 commit 6363617Copy full SHA for 6363617
pages.zh/common/git-credential-cache.md
@@ -0,0 +1,8 @@
1
+# git credential-cache
2
+
3
+> Git 凭证缓存助手,用于在内存中临时存储密码。
4
+> 更多信息:<https://git-scm.com/docs/git-credential-cache>.
5
6
+- Git 凭证缓存助手,用于在内存中临时存储密码。
7
8
+`git config credential.helper 'cache --timeout={{秒数}}'`
pages.zh/common/git-credential-store.md
+# git credential-store
+> Git 凭证存储助手,用于将密码存储在磁盘上。
+> 更多信息:<https://git-scm.com/docs/git-credential-store>.
+- 指定凭证存储文件路径:
+`git config credential.helper 'store --file={{路径/到/文件}}'`
0 commit comments