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:
parent
4912781d40
commit
6363617b94
2 changed files with 16 additions and 0 deletions
8
pages.zh/common/git-credential-cache.md
Normal file
8
pages.zh/common/git-credential-cache.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# git credential-cache
|
||||
|
||||
> Git 凭证缓存助手,用于在内存中临时存储密码。
|
||||
> 更多信息:<https://git-scm.com/docs/git-credential-cache>.
|
||||
|
||||
- Git 凭证缓存助手,用于在内存中临时存储密码。
|
||||
|
||||
`git config credential.helper 'cache --timeout={{秒数}}'`
|
8
pages.zh/common/git-credential-store.md
Normal file
8
pages.zh/common/git-credential-store.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# git credential-store
|
||||
|
||||
> Git 凭证存储助手,用于将密码存储在磁盘上。
|
||||
> 更多信息:<https://git-scm.com/docs/git-credential-store>.
|
||||
|
||||
- 指定凭证存储文件路径:
|
||||
|
||||
`git config credential.helper 'store --file={{路径/到/文件}}'`
|
Loading…
Add table
Reference in a new issue