Files
tldr/pages.tr/common/git-bugreport.md

17 lines
564 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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: <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 --output-directory {{örnek/dizin}}`
- `strftime` formatında belirtilmiş bir dosya adı ekiyle yeni bir rapor dosyası oluştur:
`git bugreport --suffix {{%m%d%y}}`