1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 10:55:24 +02:00
tldr/pages.tr/common/git-bugreport.md
Managor fe4c26ba2e
pages*/common/*: add option placeholders to translations part 2 (#15901)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-14 12:48:28 +05:30

16 lines
588 B
Markdown

# git bugreport
> Sşstem ve kullanıcıdan hata ayıklama bilgisi çeker ve olası bir Git hatasının rapor edilmesi için bu bilgiyi oluşturduğu bir metin dosyasına kaydeder.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-bugreport>.
- Mevcut dizinde yeni bir hata rapor dosyası oluştur:
`git bugreport`
- Belirtilen dizinde yeni bir hata rapor dosyası oluştur:
`git bugreport {{[-o|--output-directory]}} {{örnek/dizin}}`
- `strftime` formatında belirtilmiş bir dosya adı ekiyle yeni bir rapor dosyası oluştur:
`git bugreport {{[-s|--suffix]}} {{%m%d%y}}`