mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
acf0d083d0
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
313 B
313 B
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}}'