1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/common/git-credential-cache.md
Reinhart Previano Koentjoro acf0d083d0
common/*: update Indonesian translations, git-credential-store: standardize other translations (#14556)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-09 14:42:14 +05:30

8 lines
313 B
Markdown

# git credential-cache
> Pembantu Git untuk menyimpan kata sandi secara sementara pada memori.
> Informasi lebih lanjut: <https://git-scm.com/docs/git-credential-cache>.
- Simpan kredensial Git untuk jangka waktu yang ditentukan:
`git config credential.helper 'cache --timeout={{waktu_dalam_hitungan_detik}}'`