mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 15:55:31 +02:00

* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
16 lines
622 B
Markdown
16 lines
622 B
Markdown
# git bugreport
|
|
|
|
> 시스템 및 사용자로부터 디버그 정보를 수집하여 Git 버그 보고에 도움이 되는 텍스트 파일을 생성합니다.
|
|
> 더 많은 정보: <https://git-scm.com/docs/git-bugreport>.
|
|
|
|
- 현재 디렉토리에 새로운 버그 보고 파일 생성:
|
|
|
|
`git bugreport`
|
|
|
|
- 지정된 디렉토리에 새로운 버그 보고 파일 생성 (디렉토리가 없을 경우 생성됨):
|
|
|
|
`git bugreport --output-directory {{경로/대상/폴더}}`
|
|
|
|
- `strftime` 형식의 지정된 파일명 접미사를 사용하여 새로운 버그 보고 파일 생성:
|
|
|
|
`git bugreport --suffix {{%m%d%y}}`
|