git, git-*: add and improve Indonesian translation (Part 2) (#11912)
This commit is contained in:

committed by
GitHub

parent
bb9741da91
commit
f54e16e0de
16
pages.id/common/git-bugreport.md
Normal file
16
pages.id/common/git-bugreport.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git bugreport
|
||||
|
||||
> Tangkap dan simpan informasi sistem dan pengguna Git dalam berkas teks untuk kepentingan melaporkan dan menyelesaikan masalah/bug internal dalam Git.
|
||||
> Informasi lebih lanjut: <https://git-scm.com/docs/git-bugreport>.
|
||||
|
||||
- Buat berkas laporan masalah/bug baru pada direktori saat ini:
|
||||
|
||||
`git bugreport`
|
||||
|
||||
- Buat berkas laporan pada direktori tertentu, dan buat direktori tersebut jika belum:
|
||||
|
||||
`git bugreport --output-directory {{jalan/menuju/direktori}}`
|
||||
|
||||
- Buat berkas laporan baru, dengan nama berkas diakhiri dengan tanggal pelaporan menurut format `strftime`:
|
||||
|
||||
`git bugreport --suffix {{%m%d%y}}`
|
Reference in New Issue
Block a user