Skip to content

Commit 6363617

Browse files
authored
git-{credential-cache, credential-store}: add Chinese translation (#16200)
1 parent 4912781 commit 6363617

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -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={{秒数}}'`
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# git credential-store
2+
3+
> Git 凭证存储助手,用于将密码存储在磁盘上。
4+
> 更多信息:<https://git-scm.com/docs/git-credential-store>.
5+
6+
- ​​指定凭证存储文件路径​​:
7+
8+
`git config credential.helper 'store --file={{路径/到/文件}}'`

0 commit comments

Comments
 (0)