1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

git-{credential-cache, credential-store}: add Chinese translation (#16200)

This commit is contained in:
Ziqiang Wu 2025-04-22 13:42:28 +08:00 committed by GitHub
parent 4912781d40
commit 6363617b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# git credential-cache
> Git 凭证缓存助手,用于在内存中临时存储密码。
> 更多信息:<https://git-scm.com/docs/git-credential-cache>.
- Git 凭证缓存助手,用于在内存中临时存储密码。
`git config credential.helper 'cache --timeout={{秒数}}'`

View file

@ -0,0 +1,8 @@
# git credential-store
> Git 凭证存储助手,用于将密码存储在磁盘上。
> 更多信息:<https://git-scm.com/docs/git-credential-store>.
- ​​指定凭证存储文件路径​​:
`git config credential.helper 'store --file={{路径/到/文件}}'`