mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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
485 B
Markdown
16 lines
485 B
Markdown
# git mailinfo
|
|
|
|
> 이메일 메시지에서 패치 및 작성자 정보를 추출.
|
|
> 더 많은 정보: <https://git-scm.com/docs/git-mailinfo>.
|
|
|
|
- 이메일 메시지에서 패치 및 작성자 데이터 추출:
|
|
|
|
`git mailinfo {{message|patch}}`
|
|
|
|
- 추출하지만 앞뒤 공백 제거:
|
|
|
|
`git mailinfo -k {{message|patch}}`
|
|
|
|
- 본문에서 가위선 (예: "-->* --") 이전의 모든 내용을 제거하고 메시지 또는 패치 추출:
|
|
|
|
`git mailinfo --scissors {{message|patch}}`
|