common/*: update Indonesian translations, git-credential-store: standardize other translations (#14556)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
499eeadb6d
commit
acf0d083d0
16
pages.id/common/git-credential.md
Normal file
16
pages.id/common/git-credential.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git credential
|
||||
|
||||
> Terima dan simpan kredensial pengguna.
|
||||
> Informasi lebih lanjut: <https://git-scm.com/docs/git-credential>.
|
||||
|
||||
- Tampilkan informasi suatu kredensial, termasuk username dan kata sandi dari berkas-berkas konfigurasi:
|
||||
|
||||
`echo "{{url=http://example.com}}" | git credential fill`
|
||||
|
||||
- Kirim informasi kredensial menuju seluruh piranti pembantu (credential helper) yang disetel untuk disimpan dan digunakan pada lain waktu:
|
||||
|
||||
`echo "{{url=http://example.com}}" | git credential approve`
|
||||
|
||||
- Hapus suatu informasi kredensial dari penyimpanan seluruh piranti pembantu:
|
||||
|
||||
`echo "{{url=http://example.com}}" | git credential reject`
|
Reference in New Issue
Block a user